()
| 1060 | /// recursively across every command. |
| 1061 | #[test] |
| 1062 | fn agent_help_tree_is_valid() { |
| 1063 | apply_agent_help(Cli::command()).debug_assert(); |
| 1064 | } |
| 1065 | |
| 1066 | /// Rendered help uses the agent-native template: a lowercase `usage:` line |
| 1067 | /// and none of the default banner (`Usage:` heading or the version/author |
nothing calls this directly
no test coverage detected