Class: Deveo::CLI
- Inherits:
-
Object
- Object
- Deveo::CLI
- Defined in:
- lib/deveo/cli.rb
Instance Method Summary collapse
- #create_app(name) ⇒ Object
-
#initialize(options = {}) ⇒ CLI
constructor
A new instance of CLI.
- #package_app(path) ⇒ Object
Constructor Details
#initialize(options = {}) ⇒ CLI
Returns a new instance of CLI.
4 5 6 |
# File 'lib/deveo/cli.rb', line 4 def initialize( = {}) @options = end |