mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 15:46:36 +00:00
Update crates/bin/src/args.rs
Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Signed-off-by: Matan Lurey <matanlurey@users.noreply.github.com>
This commit is contained in:
parent
75b3ef44fe
commit
e9ba9d2d99
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ pub struct Args {
|
||||||
num_args = 1..,
|
num_args = 1..,
|
||||||
action = clap::ArgAction::Append
|
action = clap::ArgAction::Append
|
||||||
)]
|
)]
|
||||||
pub(crate) bin: Option<Vec<String>>,
|
pub(crate) bin: Option<Vec<CompactString>>,
|
||||||
|
|
||||||
/// Override Cargo.toml package manifest path.
|
/// Override Cargo.toml package manifest path.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue