Skip to content

Commit

Permalink
Remove test option
Browse files Browse the repository at this point in the history
  • Loading branch information
lukahartwig committed Apr 11, 2023
1 parent 0d3e379 commit a1ae96f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ use crate::todo::{Todo, TodoStatus};
#[derive(Debug, Parser)]
#[clap(name = "todo", version)]
struct App {
#[arg(short)]
fail: String,
#[clap(subcommand)]
command: Commands,
}
Expand Down

0 comments on commit a1ae96f

Please sign in to comment.