make it build again

This commit is contained in:
Pascal Hertleif 2019-05-26 11:56:31 +02:00
parent 2b200f6e1a
commit 5abcca516d
No known key found for this signature in database
GPG key ID: EDBB1A8D2047A074
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")