Thayne McCombs
Thayne McCombs
@Dustin-Jiang, if you want, I could help make those changes to this PR.
> How is that different from what I am proposing? Sorry, I meant as opposed to something like "rwxr-x---", which would probably be the most uset friendly but not very...
If I add `.value_hint(ValueHint::CommandWithArguments)` I get: ``` thread 'main' panicked at 'App fd: Argument 'exec-batch' has hint CommandWithArguments and must be positional.', /home/thayne/.cargo/registry/src/github.com-1ecc6299db9ec823/clap-3.0.5/src/build/app/debug_asserts.rs:210:13 ``` There is a debug_assert that requires...
I believe in this case the zsh completion would need to be different. Instead of using `_cmdambivalent` it would need to use something like: `" _command_names -e:*{}::args: _normal"` where `{}`...
> As an alternative, would per-value ValueHints help with this (something brought up in #2683)? The first value would be _cmdambivalent with the next being _normal. That being the last...
> Maybe just clicking on the display would select the whole screen That's what the "-o" option does
> But -o option then always selects whole display. It does not give me an option to either select a region or to select whole display. No, by default if...
Is there any workaround for this?
It looks like the provider SDK still doesn't support a schema that accepts the equivalent of `any` (although I don't know why that is). However, what if you could set...
It could be done in a backwards compatible way by creating a new attribute and deprecating the current one.