clamp icon indicating copy to clipboard operation
clamp copied to clipboard

a Ruby command-line application framework

Results 6 clamp issues
Sort by recently updated
recently updated
newest added

To check if a given value included in pre-defined list.

Hi Long time listener, first time caller. I'm wondering if anyone is opposed to having the ability to have: ``` option %w{--beep-boop}, "VALUE", "the beep and the boop", :environment_variable =>...

Would it be possible to create subcommands in the context of main command that have parsed options? I think about something like that: ```mycli --variant code subcommand``` Internally I would...

What do you think of adding groups to options so when you display help you can divide them? Especially useful when you have more than 15 options I think.

RFE

It would be really great to build script which will automatically generate autocompletion files.

RFE