Class: DevSuite::CLI::Main

Inherits:
Thor
  • Object
show all
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: options)
end

#versionObject



19
20
21
# File 'lib/dev_suite/cli/main.rb', line 19

def version
  execute_command(Commands::Version)
end