()
| 987 | /// agent-native help transformation is applied. |
| 988 | #[test] |
| 989 | fn clap_command_definition_is_valid() { |
| 990 | Cli::command().debug_assert(); |
| 991 | } |
| 992 | |
| 993 | /// The agent-help walk must produce a structurally valid clap tree. |
| 994 | /// `debug_assert` catches duplicate flags, bad templates, and the like, |