Method: Lono::Extension::List#run

Defined in:
lib/lono/extension/list.rb

#runObject



10
11
12
13
14
15
16
# File 'lib/lono/extension/list.rb', line 10

def run
  if @blueprint
    blueprint_configsets
  else
    project_configsets
  end
end