Method: Gloo::App::Engine#run_version
- Defined in:
- lib/gloo/app/engine.rb
#run_version ⇒ Object
Show the version information and then quit.
186 187 188 189 |
# File 'lib/gloo/app/engine.rb', line 186 def run_version puts Info.display_title unless @args.quiet? quit end |