17 18 19
# File 'lib/mygithub/cli.rb', line 17 def init CliCore.new.init(options) end
22 23 24
# File 'lib/mygithub/cli.rb', line 22 def update(*args) CliCore.new.update(args, options) end
33 34 35
# File 'lib/mygithub/cli.rb', line 33 def web CliCore.new.web(options) end