Sha256: 5a5fbb5fc1402c5e231ff3426ac18789091ea2f81cd5f5b2c200dbcdf0c75c42
Contents?: true
Size: 361 Bytes
Versions: 29
Compression:
Stored size: 361 Bytes
Contents
module Lono class Blueprint < Command long_desc Help.text("blueprint/new") New.cli_options.each do |args| option(*args) end register(New, "new", "new NAME", "Generates new lono blueprint.") desc "list", "Lists project blueprints" long_desc Help.text("blueprint/list") def list Finder::Blueprint.list end end end
Version data entries
29 entries across 29 versions & 1 rubygems