Class: VcoWorkflows::CLI
- Inherits:
-
Thor
- Object
- Thor
- VcoWorkflows::CLI
- Defined in:
- lib/vcoworkflows.rb
Overview
Start of main CLI processing
Instance Method Summary collapse
-
#version ⇒ Object
Display the version of
vcoworkflows.
Instance Method Details
#version ⇒ Object
Display the version of vcoworkflows
25 26 27 |
# File 'lib/vcoworkflows.rb', line 25 def version puts VERSION end |