Class: Circler::CLI
- Inherits:
-
Thor
- Object
- Thor
- Circler::CLI
- Defined in:
- lib/circler/cli.rb
Instance Method Summary collapse
Instance Method Details
#browse ⇒ Object
47 48 49 |
# File 'lib/circler/cli.rb', line 47 def browse BrowseCommand.run() end |
#build ⇒ Object
40 41 42 |
# File 'lib/circler/cli.rb', line 40 def build BuildCommand.run() end |
#builds ⇒ Object
33 34 35 |
# File 'lib/circler/cli.rb', line 33 def builds BuildsCommand.run() end |
#projects ⇒ Object
26 27 28 |
# File 'lib/circler/cli.rb', line 26 def projects ProjectsCommand.run() end |
#version ⇒ Object
52 53 54 |
# File 'lib/circler/cli.rb', line 52 def version say Circler::VERSION end |