Class: Foobara::CommandConnectors::ShCliConnector::Commands::ListCommands

Inherits:
Foobara::CommandConnector::Commands::ListCommands show all
Defined in:
foobara-sh-cli-connector-1.1.4/src/sh_cli_connector/commands/list_commands.rb

Constant Summary

Constants included from TruncatedInspect

TruncatedInspect::MAX_LENGTH

Instance Attribute Summary

Attributes inherited from Foobara::CommandConnector::Commands::ListCommands

#list

Instance Method Summary collapse

Methods inherited from Foobara::CommandConnector::Commands::ListCommands

#build_list, #build_result, #command_connector, #execute

Methods inherited from Foobara::Command

install!

Methods included from TruncatedInspect

#inspect, truncating

Methods included from Foobara::Concern

foobara_class_methods_module_for, foobara_concern?, included

Instance Method Details

#verbose?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'src/sh_cli_connector/commands/list_commands.rb', line 6

def verbose?
  request.globalish_options[:verbose]
end