| 5 | #[command(about = "A fast caching proxy for 1Password CLI op read commands")] |
| 6 | #[command(version)] |
| 7 | pub struct Cli { |
| 8 | #[command(subcommand)] |
| 9 | pub command: Command, |
| 10 | } |
| 11 | |
| 12 | #[derive(Subcommand)] |
| 13 | pub enum Command { |
nothing calls this directly
no outgoing calls
no test coverage detected