lib/command/version.rb in cpl-1.1.2 vs lib/command/version.rb in cpl-1.2.0
- old
+ new
@@ -6,9 +6,10 @@
DESCRIPTION = "Displays the current version of the CLI"
LONG_DESCRIPTION = <<~DESC
- Displays the current version of the CLI
- Can also be done with `cpl --version` or `cpl -v`
DESC
+ WITH_INFO_HEADER = false
def call
puts Cpl::VERSION
end
end