Class: Newport::Help

Inherits:
Object
  • Object
show all
Defined in:
lib/newport/help.rb

Class Method Summary collapse

Class Method Details

.showObject



6
7
8
9
10
# File 'lib/newport/help.rb', line 6

def show
  Newport.logger.info "Newport #{Newport::VERSION}"
  Newport.logger.info 'usage: newport [command] [options]'
  Newport.logger.info 'commands: new, build, help'
end