Ed Page
Ed Page
So looking at this more: - Our "short" next line help doesn't include a blank line while our "long" does - We render subcommands in a "short" manner with the...
I created #6095 to show our wrapping and next line help behavior. Seems like we are wrapping which wasn't made clear by the examples above and I'm seeing less of...
Related - #5251 - #4395
Note that we do have [`Command::defer`](https://docs.rs/clap/latest/clap/struct.Command.html#method.defer) which likely could be combined with [`Command::mut_args`](https://docs.rs/clap/latest/clap/struct.Command.html#method.mut_args) and [`Command::mut_subcommands`](https://docs.rs/clap/latest/clap/struct.Command.html#method.mut_subcommands). However, this still requires loading the initial command being parsed which, I'm assuming, will still...
> My first attempt was to implement StyledStrOption as shown above, with a StyledStrOption::get() method that calls the callback (if specified) and mutates self from StyledStrOption::Callback to StyledStrOption::Value Why do...
If we already need to make a breaking change, we can re-evaluate those getters
> Well the idea is to have this behavior in the command line. > > ``` > clone somearg // matches somearg as repo > clone somearg butother // matches...
Yes, as you found, cargo only allows one positional per index and not multiple.
Related issues - #2122 - #1794 - #4837
Please clean up the commits for how they should be reviewed and merged. - there are extra commits from `master` that were rewritten - builds are failing on early commits