Sha256: 57db3575ccd19a58d29679ecd100916c9c1fe2623a64a56b6c33ad43ab16c7cc

Contents?: true

Size: 229 Bytes

Versions: 3

Compression:

Stored size: 229 Bytes

Contents

class Chef
  class Knife
    class Null < Chef::Knife
      banner "knife null"

      # setting the category to deprecated keeps it out of help
      category "deprecated"

      def run
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chef-15.0.300-universal-mingw32 lib/chef/knife/null.rb
chef-15.0.298-universal-mingw32 lib/chef/knife/null.rb
chef-15.0.293-universal-mingw32 lib/chef/knife/null.rb