github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/lang/expressions/testcode/testcode_aws.mx (about)

     1  if { which aws } then {
     2      autocomplete set aws [{
     3          "CacheTTL": 31536000, # 1 year
     4          "Dynamic": ({
     5              cast: str
     6              config: set proc strict-arrays false
     7              aws: @PARAMS help -> @[^AVAILABLE..^SEE ALSO]re8bt -> regexp: (f/^o (.*)/)
     8              aws: @PARAMS help -> man-get-flags -> format: str 
     9          }),
    10          "AllowMultiple": true,
    11          "AllowAny": true
    12      }]
    13  }