mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-15 07:06:36 +00:00
parent
856728b2c7
commit
00b9adb2da
1 changed files with 2 additions and 1 deletions
|
@ -20,7 +20,8 @@ struct Options {
|
|||
#[structopt()]
|
||||
name: String,
|
||||
|
||||
/// Filter for package version to install
|
||||
/// Filter for package version to install, in Cargo.toml format.
|
||||
/// Use `=1.2.3` to install a specific version.
|
||||
#[structopt(long, default_value = "*")]
|
||||
version: String,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue