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

Class Tag

atomic-cli/src/commands/tag/mod.rs:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164/// This is the top-level command that dispatches to subcommands.
165#[derive(Debug, clap::Args)]
166pub struct Tag {
167 #[command(subcommand)]
168 pub command: TagCommands,
169}
170
171impl Command for Tag {
172 fn run(&self) -> CliResult<()> {

Callers 1

Calls

no outgoing calls

Tested by 1