()
| 1062 | /// agent-native help transformation is applied. |
| 1063 | #[test] |
| 1064 | fn clap_command_definition_is_valid() { |
| 1065 | Cli::command().debug_assert(); |
| 1066 | } |
| 1067 | |
| 1068 | /// The agent-help walk must produce a structurally valid clap tree. |
| 1069 | /// `debug_assert` catches duplicate flags, bad templates, and the like, |