Class: ShapeupCli::Commands::Logout
- Inherits:
-
Object
- Object
- ShapeupCli::Commands::Logout
- Defined in:
- lib/shapeup_cli/commands/logout.rb
Class Method Summary collapse
Class Method Details
.run(_args) ⇒ Object
6 7 8 9 |
# File 'lib/shapeup_cli/commands/logout.rb', line 6 def self.run(_args) Config.clear_credentials puts "Logged out." end |