Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ Status
Class
Status
atomic-cli/src/commands/agent/lifecycle.rs:123–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
122
#[derive(Debug, Args)]
123
struct Status {
124
/// Print JSON.
125
#[arg(long)]
126
json: bool,
127
}
128
129
#[derive(Debug, Clone, Serialize, Deserialize)]
130
pub(super) struct ManagedLifecycle {
Callers
1
test_agent_commands_variant_names
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_agent_commands_variant_names
Function · 0.56