Class: Hashira::CLI::CommandLine
- Inherits:
-
Object
- Object
- Hashira::CLI::CommandLine
- Defined in:
- lib/hashira/cli/command_line.rb
Instance Method Summary collapse
-
#initialize(argv) ⇒ CommandLine
constructor
A new instance of CommandLine.
- #options ⇒ Object
Constructor Details
#initialize(argv) ⇒ CommandLine
Returns a new instance of CommandLine.
4 5 6 |
# File 'lib/hashira/cli/command_line.rb', line 4 def initialize(argv) @arguments = Hashira::CLI::Arguments.new(argv) end |
Instance Method Details
#options ⇒ Object
8 |
# File 'lib/hashira/cli/command_line.rb', line 8 def = page || parsed |