Class: Grepfruit::CLI
- Inherits:
-
Dry::CLI
- Object
- Dry::CLI
- Grepfruit::CLI
- Defined in:
- lib/grepfruit/cli.rb
Class Method Summary collapse
Class Method Details
.start(argv = ARGV) ⇒ Object
58 59 60 |
# File 'lib/grepfruit/cli.rb', line 58 def self.start(argv = ARGV) Dry::CLI.new(Commands).call(arguments: argv) end |