18 lines
406 B
Markdown
18 lines
406 B
Markdown
|
|
# scripts/automation/generate-commands-index.sh
|
||
|
|
|
||
|
|
Generate a command registry index at docs/COMMANDS_INDEX.md
|
||
|
|
Scans scripts/ for *.sh and extracts: name, path, category, purpose, help support, dry-run support
|
||
|
|
|
||
|
|
|
||
|
|
**Uses common library**: no
|
||
|
|
|
||
|
|
**Has --help**: yes
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
`./scripts/automation/generate-commands-index.sh --help`
|
||
|
|
|
||
|
|
## Examples
|
||
|
|
```bash
|
||
|
|
./scripts/automation/generate-commands-index.sh --help
|
||
|
|
```
|