Class: Mmode::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/mmode/cli.rb

Instance Method Summary collapse

Instance Method Details

#disable(name) ⇒ Object



15
16
17
# File 'lib/mmode/cli.rb', line 15

def disable(name)
  User.new(name).disable
end

#enable(name) ⇒ Object



9
10
11
# File 'lib/mmode/cli.rb', line 9

def enable(name)
  User.new(name).enable
end