Method: Thor::Base::ArgumentsConcern.arguments
- Defined in:
- lib/thor/base/arguments_concern.rb
.arguments(command: nil) ⇒ Object
49 50 51 |
# File 'lib/thor/base/arguments_concern.rb', line 49 def arguments command: nil [*class_arguments, *command&.arguments] end |