show current function in analysis-stats progress bar

This commit is contained in:
Aleksey Kladov 2019-05-14 09:58:41 +03:00
parent c417c77b68
commit d4b1e958c5
2 changed files with 8 additions and 3 deletions

View file

@ -18,7 +18,7 @@ fn main() -> Result<()> {
.subcommand(SubCommand::with_name("symbols"))
.subcommand(
SubCommand::with_name("analysis-stats")
.arg(Arg::with_name("verbose").short("v"))
.arg(Arg::with_name("verbose").short("v").long("verbose"))
.arg(Arg::with_name("only").short("o").takes_value(true))
.arg(Arg::with_name("path")),
)