Module: Dapp::Project::Command::List

Included in:
Dapp::Project
Defined in:
lib/dapp/project/command/list.rb

Overview

List

Instance Method Summary collapse

Instance Method Details

#listObject



8
9
10
# File 'lib/dapp/project/command/list.rb', line 8

def list
  build_configs.each { |config| puts config._name }
end