()
| 995 | /// recursively across every command. |
| 996 | #[test] |
| 997 | fn agent_help_tree_is_valid() { |
| 998 | apply_agent_help(Cli::command()).debug_assert(); |
| 999 | } |
| 1000 | |
| 1001 | /// Rendered help uses the agent-native template: a lowercase `usage:` line |
| 1002 | /// and none of the default banner (`Usage:` heading or the version/author |
nothing calls this directly
no test coverage detected