MCPcopy Create free account
hub / github.com/SamSaffron/op-cache / Cli

Class Cli

src/cli.rs:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected