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

     1  autocomplete set dd %[
     2      {
     3          Flags: [ "if=", "of=", "bs=", "iflag=", "oflag=", "count=", "status=" ]
     4          FlagValues: {
     5              "if": [{
     6                  IncFiles: true
     7              }]
     8              "of": [{
     9                  IncFiles: true
    10              }]
    11              "*": [{
    12                  AllowAny: true
    13              }]
    14          }
    15      }
    16      {
    17          Goto: "/0"
    18      }
    19  ]