Class
Thor::DynamicCommand
In:
lib/thor/command.rb
Parent:
Command
A dynamic command that handles method missing scenarios.
Methods
new
run
Public Class methods
new
(name, options = nil)
Public Instance methods
run
(instance, args = [])
[Validate]