Module: PPCommand

Defined in:
lib/ppcommand.rb,
lib/ppcommand/cli.rb,
lib/ppcommand/main.rb,
lib/ppcommand/version.rb

Defined Under Namespace

Classes: CLI, Main

Constant Summary collapse

VERSION =
'0.2.3'

Class Method Summary collapse

Class Method Details

.executeObject



5
6
7
# File 'lib/ppcommand.rb', line 5

def self.execute
  PPCommand::CLI.execute(ARGV)
end