Class: Corneal::CLI
- Inherits:
-
Thor
- Object
- Thor
- Corneal::CLI
- Defined in:
- lib/corneal/cli.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#version ⇒ Object
USAGE: corneal -v.
Class Method Details
.exit_on_failure ⇒ Object
19 20 21 |
# File 'lib/corneal/cli.rb', line 19 def self.exit_on_failure true end |
Instance Method Details
#version ⇒ Object
USAGE: corneal -v
9 10 11 |
# File 'lib/corneal/cli.rb', line 9 def version say "Corneal #{Corneal::VERSION::STRING}" end |