jan-cli 0.9.0

YAML-defined CLI trees with progressive help, optional exec aliases, merged extra specs, and SQLite audit logging keyed by git branch
Documentation
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