Class: Clenver::CLI
- Inherits:
-
Thor
- Object
- Thor
- Clenver::CLI
- Includes:
- Logging, Thor::Actions
- Defined in:
- lib/clenver/cli.rb
Class Method Summary collapse
Instance Method Summary collapse
- #help(cli = nil) ⇒ Object
- #init(config, dst = nil) ⇒ Object
-
#initialize ⇒ CLI
constructor
A new instance of CLI.
- #version ⇒ Object
Methods included from Logging
configure_logger_for, #logger, logger_for
Constructor Details
#initialize ⇒ CLI
Returns a new instance of CLI.
15 16 17 |
# File 'lib/clenver/cli.rb', line 15 def initialize(*) super end |
Class Method Details
.start ⇒ Object
11 12 13 |
# File 'lib/clenver/cli.rb', line 11 def self.start(*) super end |
Instance Method Details
#help(cli = nil) ⇒ Object
21 22 23 |
# File 'lib/clenver/cli.rb', line 21 def help(cli = nil) logger.error("Not implemented") end |