Class: Negroku::CLI
- Inherits:
-
Thor
- Object
- Thor
- Negroku::CLI
- Defined in:
- lib/negroku/cli.rb
Instance Method Summary collapse
-
#initialize ⇒ CLI
constructor
A new instance of CLI.
Constructor Details
#initialize ⇒ CLI
202 203 204 205 206 207 208 209 210 |
# File 'lib/negroku/cli.rb', line 202 def initialize(*) super # Show the version if [:version] puts Negroku::VERSION exit 0 end end |