We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fixed spacing and punctuation
missing parentheses
Added alias options explanation
Added documentation for the repeatable feature introduced in #674
Incorrect documentation. See https://github.com/erikhuda/thor/blob/011dc48b5ea92767445b062f971664235973c8b4/spec/parser/option_spec.rb#L131
Updated Method Options (markdown)
Fix a typo
add :enum in available options
The function to specify _one_ options is called method_option and takes two parameters. method_options takes only one parameter
Revert f8bf7c6b75d1e39472af201beebddfd5df9b843b^ ... f8bf7c6b75d1e39472af201beebddfd5df9b843b on Method Options
method_option -> method_options
Added dashes to make the "no- or skip-variant" line more clear
Had to search through the source code to figure out why my long form alias wasn't working, this makes it easier to find for the next person who needs to know.
Added information on the :lazy_default option. If someone can verify that it's correctly documented...
formatting fix to resolve minor potential confusion.
Added a list of available options (from the website file within the repository)
Grammar: it's -> its
Created Method Options (markdown)