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

Class Delete

atomic-cli/src/commands/tag/delete.rs:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44#[derive(Parser, Debug, Default)]
45#[command(name = "delete")]
46pub struct Delete {
47 /// Name of the tag to delete.
48 #[arg(value_name = "NAME")]
49 pub name: Option<String>,
50}
51
52impl Delete {
53 /// Create a new Delete command targeting the given tag.

Callers 1

diff_tokensFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected