mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Merged change 3d91ebcf-83dc-4bc4-a84c-c1b9cd49d6ca
From review branch _reviews/master/version-info/2 into master Signed-off-by: chartmann <chartmann@chef.io>
This commit is contained in:
commit
fa90e71689
1 changed files with 5 additions and 0 deletions
|
@ -93,5 +93,10 @@ class VulcanoCLI < Thor
|
||||||
rescue RuntimeError => e
|
rescue RuntimeError => e
|
||||||
puts e.message
|
puts e.message
|
||||||
end
|
end
|
||||||
|
|
||||||
|
desc 'version', 'prints the version of this tool'
|
||||||
|
def version
|
||||||
|
puts Vulcano::VERSION
|
||||||
|
end
|
||||||
end
|
end
|
||||||
VulcanoCLI.start(ARGV)
|
VulcanoCLI.start(ARGV)
|
||||||
|
|
Loading…
Reference in a new issue