Class: TrelloCli::CLI::Commands::List
- Inherits:
-
Object
- Object
- TrelloCli::CLI::Commands::List
- Includes:
- Shared
- Defined in:
- lib/trello_cli/cli/commands/list.rb
Instance Method Summary collapse
Methods included from Shared
#actions, #ensure_credential_envs_set, #help, #shared_methods, #target_name
Instance Method Details
#list ⇒ Object
8 9 10 11 |
# File 'lib/trello_cli/cli/commands/list.rb', line 8 def list ensure_credential_envs_set TrelloCli::CLI::List::List.new.run end |