Class: WindClutter::CLI::Commands::Project::List
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- WindClutter::CLI::Commands::Project::List
- 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
#call ⇒ Object
17 18 19 |
# File 'lib/windclutter/cli/commands/project.rb', line 17 def call(**) puts FileHandler.list_projects end |