Sha256: ce6f57f9fa78fb1d3d9a3f584dcafe99f9f814b7e77c38b9b5552142c3ee43dc

Contents?: true

Size: 263 Bytes

Versions: 10

Compression:

Stored size: 263 Bytes

Contents

class Ufo::CLI
  class New < Ufo::Command
    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

10 entries across 10 versions & 1 rubygems

Version Path
ufo-6.0.9 lib/ufo/cli/new.rb
ufo-6.0.8 lib/ufo/cli/new.rb
ufo-6.0.7 lib/ufo/cli/new.rb
ufo-6.0.6 lib/ufo/cli/new.rb
ufo-6.0.5 lib/ufo/cli/new.rb
ufo-6.0.4 lib/ufo/cli/new.rb
ufo-6.0.3 lib/ufo/cli/new.rb
ufo-6.0.2 lib/ufo/cli/new.rb
ufo-6.0.1 lib/ufo/cli/new.rb
ufo-6.0.0 lib/ufo/cli/new.rb