When to Use What
| Goal | Use | Not |
|---|---|---|
Progressive help only, C/BetterC, existing argv parser |
prohelp library (C mode planned) |
prohelp-cli |
New D CLI with subcommands and flags |
prohelp-cli + arsd.cli (or similar) + prohelp |
Raw intercept only |
Author/preview help.sdl before shipping |
|
— |
Global |
|
— |
Python/Rust/Go CLI |
Prohelp via FFI + your framework (Click, clap, cobra, …) |
prohelp-cli (D-only bridges) |