Sha256: 38f778923fcdaab77b7d4d2b0ef1e3b54365c135fb4b1af7af694f6ccd0d2859

Contents?: true

Size: 276 Bytes

Versions: 6

Compression:

Stored size: 276 Bytes

Contents

class Lono::CLI::New
  class Test < Lono::Command
    Help = Lono::CLI::Help
    long_desc Help.text("new/test/blueprint")
    Blueprint.cli_options.each { |args| option(*args) }
    register(Blueprint, "blueprint", "blueprint NAME", "Generate new blueprint test.")
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lono-8.0.0.pre.rc6 lib/lono/cli/new/test.rb
lono-8.0.0.pre.rc5 lib/lono/cli/new/test.rb
lono-8.0.0.pre.rc4 lib/lono/cli/new/test.rb
lono-8.0.0.pre.rc3 lib/lono/cli/new/test.rb
lono-8.0.0.pre.rc2 lib/lono/cli/new/test.rb
lono-8.0.0.pre.rc1 lib/lono/cli/new/test.rb