MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / Remote

Class Remote

atomic-cli/src/commands/remote/mod.rs:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49#[derive(Debug, Clone, Parser)]
50#[command(name = "remote")]
51pub struct Remote {
52 /// Subcommand to execute.
53 #[command(subcommand)]
54 pub command: Option<RemoteSubcommand>,
55
56 /// Show verbose output (full URLs).
57 #[arg(short, long)]
58 pub verbose: bool,
59}
60
61/// Remote subcommands.
62#[derive(Debug, Clone, Subcommand)]

Callers 1

map_remote_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected