Class: Packmule::CLI::Commands::Default

Inherits:
Shebang::Command
  • Object
show all
Defined in:
lib/packmule/cli.rb

Overview

Default commands

Instance Method Summary collapse

Instance Method Details

#_versionObject

Displays the gem version.



34
35
36
37
# File 'lib/packmule/cli.rb', line 34

def _version
  puts Packmule::VERSION
  exit
end

#indexObject



28
29
30
# File 'lib/packmule/cli.rb', line 28

def index
  help
end