Class: Dugway::Cli::Base

Inherits:
Thor
  • Object
show all
Defined in:
lib/dugway/cli.rb

Instance Method Summary collapse

Instance Method Details

#versionObject



17
18
19
# File 'lib/dugway/cli.rb', line 17

def version
  say "Dugway #{ Dugway::VERSION }"
end