Remko Popma

Results 381 comments of Remko Popma

Okay great! I’ll close this ticket then.

Thank you for raising this. I will look into supporting single quotes as well. The current implementation [supports many use cases](https://picocli.info/#_quoted_values) (see #595 and #738 for background). This may take...

@maxandersen [tweeted](https://twitter.com/maxandersen/status/1275931264424521729) about these interesting alternatives: * https://github.com/zeroturnaround/zt-exec * http://www.awaitility.org/

@ebramirez I did some initial prototyping [here](https://github.com/remkop/picocli/tree/master/src/test/java/picocli/test). Example usage [here](https://github.com/remkop/picocli/blob/master/src/test/java/picocli/ArgGroupTest.java#L3033). I haven't spent much time on this though.

Thanks for raising this! One idea to deal with this is to introduce a rule that _commands with `helpCommand = true` should not have subcommands_. (Can anyone think of other...

@dkelkhoff Revisiting this ticket after a long while... Stepping through the code with your example, I did notice that the picocli parser does not expect the top-level command to be...

Thanks for the suggestion! Fish looks very interesting. Do you think you’ll be able to provide a pull request?

No worries! It is great if people can contribute a PR, so I always ask :-) I wasn’t aware of fish shell. I had a quick look and it may...

Yes that looks straightforward. I need to look a bit further to see how subcommands (and nested sub-subcommands) are handled, and whether there's a facility for completing options that don't...

@benkeil I haven’t looked at this. My time available to spend on picocli is unfortunately extremely limited. Pull requests are very welcome. 😅