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.



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

def _version
  puts Packmule::VERSION
  exit
end

#indexObject



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

def index
  help
end