tty-option
tty-option copied to clipboard
A declarative command-line parser
### 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 `=`...
### 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....
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...