Class: VcoWorkflows::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/vcoworkflows.rb

Overview

Start of main CLI processing

Instance Method Summary collapse

Instance Method Details

#versionObject

Display the version of vcoworkflows



25
26
27
# File 'lib/vcoworkflows.rb', line 25

def version
  puts VERSION
end