make it build again

This commit is contained in:
Pascal Hertleif
2019-05-26 11:56:31 +02:00
parent 2b200f6e1a
commit 5abcca516d
3 changed files with 28 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ fn main() -> Result<()> {
.subcommand(SubCommand::with_name("symbols"))
.subcommand(
SubCommand::with_name("highlight")
.arg(Arg::with_name("rainbow").short("r").long("rainbow"))
.arg(Arg::with_name("rainbow").short("r").long("rainbow")),
)
.subcommand(
SubCommand::with_name("analysis-stats")