class Sfctl::Commands::Auth
Public Instance Methods
bye(*)
click to toggle source
# File lib/sfctl/commands/auth.rb, line 10 def bye(*) if options[:help] invoke :help, ['bye'] else require_relative 'auth/bye' Sfctl::Commands::Auth::Bye.new(options).execute end end
init(*)
click to toggle source
# File lib/sfctl/commands/auth.rb, line 25 def init(*) if options[:help] invoke :help, ['init'] else require_relative 'auth/init' Sfctl::Commands::Auth::Init.new(options).execute end end