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

Class View

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

Source from the content-addressed store, hash-verified

210#[derive(Debug, clap::Args)]
211#[command(name = "view")]
212pub struct View {
213 #[command(subcommand)]
214 pub command: ViewCommands,
215}
216
217impl Command for View {
218 fn run(&self) -> CliResult<()> {

Callers 1

Calls

no outgoing calls

Tested by 1