Method: Confswap::Command#help

Defined in:
lib/confswap/command.rb

#help(*args) ⇒ Object



13
14
15
16
17
18
# File 'lib/confswap/command.rb', line 13

def help *args
  return [
    "This is confswap version #{Confswap::VERSION}",
    super
  ].join("\n")
end