Class: FoxPage::Cli
- Inherits:
-
Thor
- Object
- Thor
- FoxPage::Cli
- Defined in:
- lib/fox_page/cli.rb
Instance Method Summary collapse
Instance Method Details
#build ⇒ Object
8 9 10 11 12 |
# File 'lib/fox_page/cli.rb', line 8 def build app = require_application app.build end |
#server ⇒ Object
15 16 17 18 19 |
# File 'lib/fox_page/cli.rb', line 15 def server app = require_application app.server.start end |