class Me::Cli::App
Public Instance Methods
activate()
click to toggle source
# File lib/me/cli.rb, line 77 def activate render { ActivateCommand.new.call } end
switch(identity)
click to toggle source
# File lib/me/cli.rb, line 72 def switch(identity) render { SwitchCommand[identity].call } end
whoami()
click to toggle source
# File lib/me/cli.rb, line 67 def whoami render { WhoamiCommand.new.call } end