Class: Mygithub::CLI

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

Instance Method Summary collapse

Instance Method Details

#initObject



17
18
19
# File 'lib/mygithub/cli.rb', line 17

def init
  CliCore.new.init(options)
end

#update(*args) ⇒ Object



22
23
24
# File 'lib/mygithub/cli.rb', line 22

def update(*args)
  CliCore.new.update(args, options)
end

#webObject



33
34
35
# File 'lib/mygithub/cli.rb', line 33

def web
  CliCore.new.web(options)
end