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

Class View

atomic-cli/src/commands/view/mod.rs:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189#[derive(Debug, clap::Args)]
190#[command(name = "view")]
191pub struct View {
192 #[command(subcommand)]
193 pub command: ViewCommands,
194}
195
196impl Command for View {
197 fn run(&self) -> CliResult<()> {

Callers 1

Calls

no outgoing calls

Tested by 1