Lines Matching refs:ArgGroup
178 - `Arg::exclusive(true)` should not be exclusive with the argument's own `ArgGroup`
191 - Only put `ArgGroup` in `ArgMatches` when explicitly specified, fixing derives handling of option-…
234 - *(derive)* Populate implicit ArgGroup (#3165)
460 - Removed lifetimes from `Command`, `Arg`, `ArgGroup`, and `PossibleValue`, assuming `'static`. `s…
478 - *(derive)* When deriving `Args`, and `ArgGroup` is created using the type's name, reserving it fo…
505 - Various `Arg`, `Command`, and `ArgGroup` calls were switched from accepting `&[]` to `[]` via `In…
554 - Can now pass runtime generated data to `Command`, `Arg`, `ArgGroup`, `PossibleValue`, etc without…
867 - Members of a mutually exclusive `ArgGroup` override `Arg::required`, making the behavior consist…
957 …*(builder)* `clap::Arg::id` and `clap::ArgGroup::id` are now preferred over `clap::Arg::name` and …
1276 - Replaced `ArgGroup::from(BTreeMap)` to `ArgGroup::from(yaml)`
1474 * add debug assertion for missing args in subcommand ArgGroup ([2699d9e5](https://github.com/clap…
2055 * adds ArgGroup::multiple to the supported YAML fields for building ArgGroups from YAML ([d859003…
2599 * **ArgGroup:** vastly improves ArgGroup docs by adding better examples ([9e5f4f5d](https://github…
2603 * **ArgGroup:** one can now specify groups which require AT LEAST one of the args ([33689acc](http…
2614 * **ArgGroup:** Add multiple ArgGroups per Arg ([902e182f](https://github.com/clap-rs/clap/commit/…
2969 * `ArgGroup::add` => `ArgGroup::arg`
2970 * `ArgGroup::add_all` => `ArgGroup::args`
3249 * changes ArgGroup HashSets to Vec ([3cb4a48e](https://github.com/clap-rs/clap/commit/3cb4a48ebd1…