class Abt::Cli::GlobalCommands::Help
Attributes
cli[R]
Public Class Methods
description()
click to toggle source
# File lib/abt/cli/global_commands/help.rb, line 11 def self.description "Print abt usage text" end
usage()
click to toggle source
# File lib/abt/cli/global_commands/help.rb, line 7 def self.usage "abt help" end
Public Instance Methods
perform()
click to toggle source
# File lib/abt/cli/global_commands/help.rb, line 17 def perform puts(Abt::Docs::Cli.help) end