Method: CommandKit::Options::Option#desc
- Defined in:
-
lib/command_kit/options/option.rb,
lib/command_kit/options/option.rb
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
If #default_value returns a value, the description will contain the
Default: value the option will be initialized with.
The option description.
41 42 43 |
# File 'lib/command_kit/options/option.rb', line 41 def desc @desc end |