Module: Skap::CLI::Help
Overview
CLI command with help message.
Constant Summary
Constants included from Skap::Command
Instance Method Summary collapse
Instance Method Details
#start ⇒ void
This method returns an undefined value.
9 10 11 12 13 14 15 |
# File 'lib/skap/cli/help.rb', line 9 def start = Skap::Files::Menu.new puts "Usage:", "" (, $DEFAULT_OUTPUT.winsize.last) end |