about: system utilities
commands:
trackusage:
about: Track command usage
dependencies:
- trackusage-impl
commands:
help:
about: Describe this script.
exec:
argv:
- bash
- -lc
- |
cat <<'EOF'
trackusage
Track command usage
Bundled dependencies (on PATH when run): trackusage-impl
EOF
run:
about: Run the script (inlined); forwards args.
exec:
argv:
- bash
- -lc
- "echo trackusage-stub"
passthrough: true