We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adce96 commit f5a6aedCopy full SHA for f5a6aed
clap_builder/src/builder/arg.rs
@@ -1762,12 +1762,11 @@ impl Arg {
1762
///
1763
/// <div class="warning">
1764
1765
- /// **NOTE:** Implicitly sets [`Arg::action(ArgAction::Set)`] [`Arg::num_args(1..)`],
+ /// **NOTE:** Implicitly sets [`Arg::action(ArgAction::Set)`], [`Arg::num_args(1..)`],
1766
+ /// [`Arg::allow_hyphen_values(true)`], and [`Arg::last(true)`] when set to `true`.
1767
1768
/// </div>
1769
- /// [`Arg::allow_hyphen_values(true)`], and [`Arg::last(true)`] when set to `true`.
1770
- ///
1771
/// [`Arg::action(ArgAction::Set)`]: Arg::action()
1772
/// [`Arg::num_args(1..)`]: Arg::num_args()
1773
/// [`Arg::allow_hyphen_values(true)`]: Arg::allow_hyphen_values()
0 commit comments