Class: Dry::CLI::Argument Private
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Command line argument
Instance Attribute Summary
Attributes inherited from Option
Instance Method Summary collapse
- #argument? ⇒ Boolean private
Methods inherited from Option
#alias_names, #aliases, #array?, #boolean?, #default, #desc, #description_name, #flag?, #initialize, #parser_options, #required?, #type, #values
Constructor Details
This class inherits a constructor from Dry::CLI::Option
Instance Method Details
#argument? ⇒ Boolean
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.
133 134 135 |
# File 'lib/dry/cli/option.rb', line 133 def argument? true end |