Method: App42::Base::Help.version
- Defined in:
- lib/app42/base/help.rb
.version ⇒ Object
1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 |
# File 'lib/app42/base/help.rb', line 1591 def version print "Usage:\n app42 version\n\n Show Ruby client gem version \n\nExample:\n $app42 version\n App42 current version: 0.5.3\n DESC\nend\n" |