Class: DevSuite::CLI::Main
- Inherits:
-
Thor
- Object
- Thor
- DevSuite::CLI::Main
- Defined in:
- lib/dev_suite/cli/main.rb
Instance Method Summary collapse
Instance Method Details
#tree(path = ".") ⇒ Object
14 15 16 |
# File 'lib/dev_suite/cli/main.rb', line 14 def tree(path = ".") execute_command(Commands::Tree, path, options: ) end |
#version ⇒ Object
19 20 21 |
# File 'lib/dev_suite/cli/main.rb', line 19 def version execute_command(Commands::Version) end |