Sha256: d190034d41b161505b0e4f75148d8cc489878baf80fc40a7c48084ef90d07314

Contents?: true

Size: 497 Bytes

Versions: 12

Compression:

Stored size: 497 Bytes

Contents

class Ufo::CLI
  class New < Ufo::Command
    desc "boot_hook", "Generate boot_hook file"
    long_desc Help.text("new/boot_hook")
    BootHook.cli_options.each do |args|
      option(*args)
    end
    register(BootHook, "boot_hook", "boot_hook", "Generate boot_hook file")

    desc "helper", "Generate helper file"
    long_desc Help.text("new/helper")
    Helper.cli_options.each do |args|
      option(*args)
    end
    register(Helper, "helper", "helper", "Generate helper file")
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ufo-6.2.5 lib/ufo/cli/new.rb
ufo-6.2.4 lib/ufo/cli/new.rb
ufo-6.2.3 lib/ufo/cli/new.rb
ufo-6.2.2 lib/ufo/cli/new.rb
ufo-6.2.1 lib/ufo/cli/new.rb
ufo-6.2.0 lib/ufo/cli/new.rb
ufo-6.1.5 lib/ufo/cli/new.rb
ufo-6.1.4 lib/ufo/cli/new.rb
ufo-6.1.3 lib/ufo/cli/new.rb
ufo-6.1.2 lib/ufo/cli/new.rb
ufo-6.1.1 lib/ufo/cli/new.rb
ufo-6.1.0 lib/ufo/cli/new.rb