()
| 1052 | /// agent-native help transformation is applied. |
| 1053 | #[test] |
| 1054 | fn clap_command_definition_is_valid() { |
| 1055 | Cli::command().debug_assert(); |
| 1056 | } |
| 1057 | |
| 1058 | /// The agent-help walk must produce a structurally valid clap tree. |
| 1059 | /// `debug_assert` catches duplicate flags, bad templates, and the like, |