diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-14 07:59:09 +0100 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-05-14 07:59:09 +0100 |
commit | 64ab5ab10d32e7e8ec085af818d3d94211aea39b (patch) | |
tree | 2bc40e5152ccc4e0946d1ad31278d4be9ba8c9d3 /crates/ra_cli/src/main.rs | |
parent | c417c77b681f10cc7585507bd874e9fd2cea63b8 (diff) | |
parent | d4b1e958c56132ce3743d847d2d75a308607e92f (diff) |
Merge #1273
1273: show current function in analysis-stats progress bar r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_cli/src/main.rs')
-rw-r--r-- | crates/ra_cli/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_cli/src/main.rs b/crates/ra_cli/src/main.rs index 038f5f3fe..f11d0e6bd 100644 --- a/crates/ra_cli/src/main.rs +++ b/crates/ra_cli/src/main.rs | |||
@@ -18,7 +18,7 @@ fn main() -> Result<()> { | |||
18 | .subcommand(SubCommand::with_name("symbols")) | 18 | .subcommand(SubCommand::with_name("symbols")) |
19 | .subcommand( | 19 | .subcommand( |
20 | SubCommand::with_name("analysis-stats") | 20 | SubCommand::with_name("analysis-stats") |
21 | .arg(Arg::with_name("verbose").short("v")) | 21 | .arg(Arg::with_name("verbose").short("v").long("verbose")) |
22 | .arg(Arg::with_name("only").short("o").takes_value(true)) | 22 | .arg(Arg::with_name("only").short("o").takes_value(true)) |
23 | .arg(Arg::with_name("path")), | 23 | .arg(Arg::with_name("path")), |
24 | ) | 24 | ) |