MCPcopy Create free account
hub / github.com/CodSpeedHQ/codspeed / AuthArgs

Class AuthArgs

src/cli/auth.rs:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20#[derive(Debug, Args)]
21pub struct AuthArgs {
22 #[command(subcommand)]
23 command: AuthCommands,
24}
25
26#[derive(Debug, Subcommand)]
27enum AuthCommands {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected