tty-option icon indicating copy to clipboard operation
tty-option copied to clipboard

A declarative command-line parser

Results 4 tty-option issues
Sort by recently updated
recently updated
newest added

### Describe the problem I'm looking to define options with arguments that can take a command to run in a process. Something like this `my-cli 'rake TEST='` arguments using `=`...

bug

### Describe the change This pull request allows `:argument` option to be a hardcoded string representing a command that can contain args and env variables. **Note: Please advise if there...

### Describe the problem We can't translate section names. ### How would the new feature work? Adding an additional `section_names:` option to `TTY::Option::Formatter#initialize`. ### Drawbacks None I can think of....

enhancement

First of all, thanks for your work! I really appreciated the simplicity and power of this gem. ### Describe the problem Currently, the following validation: ```ruby argument :foo do validate...

enhancement