Class: Mygithub::CLI
- Inherits:
-
Thor
- Object
- Thor
- Mygithub::CLI
- Defined in:
- lib/mygithub/cli.rb
Instance Method Summary collapse
Instance Method Details
#init ⇒ Object
17 18 19 |
# File 'lib/mygithub/cli.rb', line 17 def init CliCore.new.init() end |
#update(*args) ⇒ Object
22 23 24 |
# File 'lib/mygithub/cli.rb', line 22 def update(*args) CliCore.new.update(args, ) end |
#web ⇒ Object
33 34 35 |
# File 'lib/mygithub/cli.rb', line 33 def web CliCore.new.web() end |