Skip to content

Commit

Permalink
[WIP] Add Listing of Installed Components
Browse files Browse the repository at this point in the history
This feature adds the ability to only list installed components
rather than all available components.
  • Loading branch information
naftulikay committed Feb 13, 2019
1 parent 194026d commit 44fd704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rustup-cli/rustup_mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ pub fn cli() -> App<'static, 'static> {
.subcommand(
SubCommand::with_name("list")
.about("List installed and available components")
.arg(Arg::with_name("installed").long("installed").help("List only installed toolchains"))
.arg(
Arg::with_name("toolchain")
.help(TOOLCHAIN_ARG_HELP)
Expand Down

0 comments on commit 44fd704

Please sign in to comment.