Sha256: 1a7160a16990d25068fb6b72aa28f6191d45032cfc83b6adec55e18684a096ba

Contents?: true

Size: 486 Bytes

Versions: 3

Compression:

Stored size: 486 Bytes

Contents

module PDK::CLI
  @module_cmd = @base_cmd.define_command do
    name 'module'
    usage _('module [options]')
    summary _('Provide CLI-backwards compatibility to the puppet module tool.')
    description _('This command is only for reminding you how to accomplish tasks with the PDK, when you were previously doing them with the puppet module command.')
    default_subcommand 'help'
  end

  @module_cmd.add_command Cri::Command.new_basic_help
end

require 'pdk/cli/module/generate'

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pdk-1.3.2 lib/pdk/cli/module.rb
pdk-1.3.1 lib/pdk/cli/module.rb
pdk-1.3.0 lib/pdk/cli/module.rb