Class: EndOfLife::CLI
- Inherits:
-
Object
- Object
- EndOfLife::CLI
- Includes:
- TerminalHelper
- Defined in:
- lib/end_of_life/cli.rb
Instance Method Summary collapse
Methods included from TerminalHelper
#error_msg, #new_spinner, #paint, #table, #with_loading_spinner
Instance Method Details
#call(argv) ⇒ Object
5 6 7 8 |
# File 'lib/end_of_life/cli.rb', line 5 def call(argv) (argv) .then { || execute_command() } end |