Remove accidentally-commited garbage line in arg parsing config
This commit is contained in:
parent
edb5693100
commit
5edf97bca9
1 changed files with 0 additions and 1 deletions
|
|
@ -65,7 +65,6 @@ fn run() -> error::Result<()> {
|
|||
.arg(Arg::with_name("quiet").long("quiet").short("q"))
|
||||
.arg(Arg::with_name("time").long("time").short("t"))
|
||||
.arg(Arg::with_name("allow-cancellation").long("cancel"))
|
||||
.arg(Arg::with_name("files-").long("cancel"))
|
||||
.arg(Arg::with_name("timeout").long("timeout").takes_value(true))
|
||||
.arg(
|
||||
Arg::with_name("edits")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue