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

Enum InternalCommands

src/cli/mod.rs:109–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107/// Subcommands the CLI uses to re-invoke itself; not user-facing entry points.
108#[derive(Subcommand, Debug)]
109pub(crate) enum InternalCommands {
110 /// Run the bundled samply profiler. Args are forwarded to samply.
111 #[command(disable_help_flag = true, disable_help_subcommand = true)]
112 Samply(samply::SamplyArgs),
113}
114
115impl InternalCommands {
116 /// Build a [`CommandBuilder`] that re-execs the current binary into this

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected