Class: Newport::Help
- Inherits:
-
Object
- Object
- Newport::Help
- Defined in:
- lib/newport/help.rb
Class Method Summary collapse
Class Method Details
.show ⇒ Object
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 |