Class: Githubunbun::CLI
- Inherits:
-
Thor
- Object
- Thor
- Githubunbun::CLI
- Defined in:
- lib/githubunbun/cli.rb
Instance Method Summary collapse
Instance Method Details
#list ⇒ Object
5 6 7 8 9 10 11 |
# File 'lib/githubunbun/cli.rb', line 5 def list github = Githubunbun::Github.new([:github_token]) github.repositories.each do |repository| puts repository end end |