Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad committed Nov 5, 2024
1 parent cb01a64 commit 05b703e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ enum Cli {
/// install command if the version is not installed already
Use {
/// Version to switch to |nightly|stable|<version-string>|<commit-hash>|
///
///
/// A version-string can either be `vx.x.x` or `x.x.x` examples: `v0.6.1` and `0.6.0`
version: String,

Expand All @@ -70,7 +70,7 @@ enum Cli {
/// out-of-date nightly version
Install {
/// Version to be installed |nightly|stable|<version-string>|<commit-hash>|
///
///
/// A version-string can either be `vx.x.x` or `x.x.x` examples: `v0.6.1` and `0.6.0`
version: String,
},
Expand All @@ -83,9 +83,9 @@ enum Cli {
#[clap(alias = "remove", visible_alias = "rm")]
Uninstall {
/// Optional Version to be uninstalled |nightly|stable|<version-string>|<commit-hash>|
///
///
/// A version-string can either be `vx.x.x` or `x.x.x` examples: `v0.6.1` and `0.6.0`
///
///
/// If no Version is provided a prompt is used to select the versions to be uninstalled
version: Option<String>,
},
Expand Down

0 comments on commit 05b703e

Please sign in to comment.