Class: FIS::CLI::Auth
- Inherits:
-
Thor
- Object
- Thor
- FIS::CLI::Auth
- Defined in:
- lib/fis/cli/auth.rb
Overview
Authentication-related Thor subcommands
Instance Method Summary collapse
Instance Method Details
#login ⇒ Object
14 15 16 17 18 19 20 |
# File 'lib/fis/cli/auth.rb', line 14 def login(*) if [:help] invoke :help, ['login'] else FIS::CLI::Commands::Login.new().execute end end |