| 13 | #[derive(Parser)] |
| 14 | #[command(author, version, about, long_about = None)] |
| 15 | struct Args { |
| 16 | #[command(subcommand)] |
| 17 | cmd: Commands, |
| 18 | } |
| 19 | |
| 20 | #[derive(Subcommand, Debug, Clone)] |
| 21 | enum Commands { |
nothing calls this directly
no outgoing calls
no test coverage detected