Commit 6af0fd8
feat: complete CLI docs coverage with expandable flag tables (WIP)
- Switch gen_docs parser from --help to -h for single-line flag descriptions
- Add continuation line handling for clap's wrapped long descriptions
- Add all missing primary commands (sign, whoami, tutorial, doctor)
- Add all missing advanced commands (git, trust, org, audit, agent, witness,
scim, config, approval, artifact, completions)
- Add about text to LearnCommand, CommitCmd, DebugCmd structs
- Generate HTML tables with command descriptions from help output
- Add expandable flag tables: top 5 flags visible, "Show all flags" toggle
for the rest (pure CSS checkbox hack — not yet working, needs debugging)
- Add flags-container CSS styling for light/dark mode
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b7d6ed7 commit 6af0fd8
7 files changed
Lines changed: 1910 additions & 209 deletions
File tree
- crates
- auths-cli/src/commands
- commit
- debug
- xtask/src
- docs
- cli/commands
- stylesheets
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments