class VcoWorkflows::CLI

Start of main CLI processing

Public Instance Methods

version() click to toggle source

Display the version of `vcoworkflows`

# File lib/vcoworkflows.rb, line 25
def version
  puts VERSION
end