Class: WindClutter::CLI::Commands::Project::List

Inherits:
Dry::CLI::Command
  • Object
show all
Includes:
Util
Defined in:
lib/windclutter/cli/commands/project.rb

Overview

List all of created project for windclutter

Instance Method Summary collapse

Instance Method Details

#callObject



17
18
19
# File 'lib/windclutter/cli/commands/project.rb', line 17

def call(**)
  puts FileHandler.list_projects
end