Module: Aocli::Commands::RemoveCookie

Defined in:
lib/aocli/commands/remove_cookie.rb

Class Method Summary collapse

Class Method Details

.run!(_options = nil) ⇒ Object



4
5
6
7
8
9
10
# File 'lib/aocli/commands/remove_cookie.rb', line 4

def self.run!(_options = nil)
  Aocli::Config.remove_config(:cookie)

  puts <<~MSG
    ### Cookie has been removed ###
  MSG
end