github.com/lmorg/murex@v0.0.0-20240217211045-e081c89cd4ef/integrations/homebrew_darwin.mx (about) 1 autocomplete set brew %[ 2 { 3 CacheTTL: 31536000 # 1 year 4 5 Flags: [ 6 # Built-in commands 7 --cache, --env, --version, cleanup, deps, fetch, 8 home, leaves, log, options, postinstall, search, 9 tap-info, unlink, update-report, upgrade, --caskroom, 10 --prefix, analytics, commands, desc, gist-logs, info, 11 link, migrate, outdated, readall, shellenv, tap, 12 unpin, update-reset, uses, --cellar, --repository, 13 cask, config, doctor, help, install, list, missing, 14 pin, reinstall, switch, uninstall, untap, update, 15 vendor-install, 16 17 # Built-in developer commands 18 audit, bump-revision, create, extract, linkage, 19 pr-automerge, prof, sh, test, update-license-data, 20 bottle, bump, dispatch-build-bottle, formula, livecheck, 21 pr-publish, pull, sponsors, tests, bump-cask-pr, cat, 22 update-python-resources, diy, install-bundler-gems, man, 23 pr-pull, release-notes, style, typecheck, update-test, 24 bump-formula-pr, command, edit, irb, mirror, pr-upload, 25 ruby, tap-new, unpack, vendor-gems, 26 27 # External commands 28 aspell-dictionaries, postgresql-upgrade-database 29 ], 30 31 FlagValues: { 32 cask: [{ 33 Flags: [ 34 # Cask commands 35 --cache, _help, _stanza, audit, cat, create, 36 doctor, edit, fetch, help, home, info, 37 install, list, outdated, reinstall, style, 38 uninstall, upgrade, zap, 39 40 # External cask commands 41 ci 42 ] 43 }] 44 } 45 } 46 47 { 48 DynamicDesc: '{ 49 cast json 50 config set proc strict-arrays false 51 brew help @PARAMS -> tabulate --map --split-comma --column-wraps 52 }' 53 ListView: true 54 } 55 ]