aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/crates/cli/src/main.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/crates/cli/src/main.rs b/src/crates/cli/src/main.rs
index 1633105..f0577aa 100644
--- a/src/crates/cli/src/main.rs
+++ b/src/crates/cli/src/main.rs
@@ -57,16 +57,6 @@ struct State {
projects: Vec<Project>,
}
-// #[derive(FromArgs)]
-// /// Show the candidate types selected by primrose
-// #[argh(subcommand, name = "candidates")]
-// pub struct CandidatesSubcommand {}
-
-// #[derive(FromArgs)]
-// /// Show the profiling information generated from benchmarks
-// #[argh(subcommand, name = "profile")]
-// pub struct ProfileSubcommand {}
-
fn get_projects(args: &Args) -> Result<Vec<Project>> {
let mut cmd = cargo_metadata::MetadataCommand::new();
if let Some(p) = &args.manifest_path {