14 15 16
# File 'lib/dev_suite/cli/main.rb', line 14 def tree(path = ".") execute_command(Commands::Tree, path, options: options) end
19 20 21
# File 'lib/dev_suite/cli/main.rb', line 19 def version execute_command(Commands::Version) end