mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
show current function in analysis-stats progress bar
This commit is contained in:
parent
c417c77b68
commit
d4b1e958c5
2 changed files with 8 additions and 3 deletions
|
@ -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")),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue