()
| 1082 | /// agent-native help transformation is applied. |
| 1083 | #[test] |
| 1084 | fn clap_command_definition_is_valid() { |
| 1085 | Cli::command().debug_assert(); |
| 1086 | } |
| 1087 | |
| 1088 | /// The agent-help walk must produce a structurally valid clap tree. |
| 1089 | /// `debug_assert` catches duplicate flags, bad templates, and the like, |