Class: Coronate::CLI
- Inherits:
-
Thor
- Object
- Thor
- Coronate::CLI
- Includes:
- Thor::Actions
- Defined in:
- lib/coronate/cli.rb
Class Method Summary collapse
Instance Method Summary collapse
- #app(name = nil) ⇒ Object
- #ebook(name = nil) ⇒ Object
- #game(name = nil) ⇒ Object
-
#initialize(*args) ⇒ CLI
constructor
A new instance of CLI.
- #project(name = nil) ⇒ Object
- #scene(name = nil) ⇒ Object
Constructor Details
#initialize(*args) ⇒ CLI
Returns a new instance of CLI.
9 |
# File 'lib/coronate/cli.rb', line 9 def initialize(*args); super; processing(*args) end |
Class Method Details
.source_root ⇒ Object
11 |
# File 'lib/coronate/cli.rb', line 11 def self.source_root; File.dirname(__FILE__) end |
Instance Method Details
#app(name = nil) ⇒ Object
30 |
# File 'lib/coronate/cli.rb', line 30 def app(name=nil) end |
#ebook(name = nil) ⇒ Object
27 |
# File 'lib/coronate/cli.rb', line 27 def ebook(name=nil) end |
#game(name = nil) ⇒ Object
24 |
# File 'lib/coronate/cli.rb', line 24 def game(name=nil) end |
#project(name = nil) ⇒ Object
21 |
# File 'lib/coronate/cli.rb', line 21 def project(name=nil) end |
#scene(name = nil) ⇒ Object
18 |
# File 'lib/coronate/cli.rb', line 18 def scene(name=nil) end |