()
| 1090 | /// recursively across every command. |
| 1091 | #[test] |
| 1092 | fn agent_help_tree_is_valid() { |
| 1093 | apply_agent_help(Cli::command()).debug_assert(); |
| 1094 | } |
| 1095 | |
| 1096 | /// Rendered help uses the agent-native template: a lowercase `usage:` line |
| 1097 | /// and none of the default banner (`Usage:` heading or the version/author |
nothing calls this directly
no test coverage detected