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:
Matan Lurey 2025-06-09 20:46:41 -07:00 committed by GitHub
parent 75b3ef44fe
commit e9ba9d2d99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
/// ///