Skip to content

Commit

Permalink
overrides_with("argv0")
Browse files Browse the repository at this point in the history
  • Loading branch information
cre4ture committed Mar 31, 2024
1 parent dfb629b commit 6608a0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uu/env/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ pub fn uu_app() -> Command {
.help("process and split S into separate arguments; used to pass multiple arguments on shebang lines")
).arg(
Arg::new("argv0")
.overrides_with("argv0")
.short('a')
.long("argv0")
.value_name("a")
Expand Down

0 comments on commit 6608a0d

Please sign in to comment.