Class: Rodbot::CLI::Commands::Credentials

Inherits:
Rodbot::CLI::Command show all
Defined in:
lib/rodbot/cli/commands/credentials.rb

Instance Method Summary collapse

Methods inherited from Rodbot::CLI::Command

#call

Instance Method Details

#rescued_call(environment:) ⇒ Object



13
14
15
# File 'lib/rodbot/cli/commands/credentials.rb', line 13

def rescued_call(environment:, **)
  Rodbot.credentials.edit! environment
end