# File 'lib/sfctl/commands/auth.rb', line 10defbye(*)ifoptions[:help]invoke:help,['bye']elserequire_relative'auth/bye'Sfctl::Commands::Auth::Bye.new(options).executeendend
#init ⇒ Object
25
26
27
28
29
30
31
32
# File 'lib/sfctl/commands/auth.rb', line 25definit(*)ifoptions[:help]invoke:help,['init']elserequire_relative'auth/init'Sfctl::Commands::Auth::Init.new(options).executeendend