Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
)]
212
pub struct View {
213
#[command(subcommand)]
214
pub command: ViewCommands,
215
}
216
217
impl Command for View {
218
fn run(&self) -> CliResult<()> {
Callers
1
test_insert_subcommand_variants
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_insert_subcommand_variants
Function · 0.68