github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/integrations/find_any.mx (about)

     1  autocomplete: set find %[
     2      {
     3          IncDirs: true
     4      }
     5      {
     6          IncManPage: true
     7          ListView: true
     8          FlagValues: {
     9              "": [{
    10                  AllowAny: true
    11                  Optional: true
    12                  AllowMultiple: true
    13              }]
    14          }
    15      }
    16      {
    17          AllowAny: true
    18          Optional: true
    19      }
    20      {
    21          Goto: "/1"
    22      }
    23  ]