()
| 1070 | /// recursively across every command. |
| 1071 | #[test] |
| 1072 | fn agent_help_tree_is_valid() { |
| 1073 | apply_agent_help(Cli::command()).debug_assert(); |
| 1074 | } |
| 1075 | |
| 1076 | /// Rendered help uses the agent-native template: a lowercase `usage:` line |
| 1077 | /// and none of the default banner (`Usage:` heading or the version/author |
nothing calls this directly
no test coverage detected