Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AIScientists-Dev/Flowtrace
/ Cli
Class
Cli
crates/flowtrace-cli/src/main.rs:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
about =
"Trace CLI — manage and serve trace folders"
27
)]
28
struct Cli {
29
#[command(subcommand)]
30
cmd: Cmd,
31
}
32
33
#[derive(Subcommand)]
34
enum Cmd {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected