Sha256: 4ad6c7e905a1c2d1d0d1f0d26e59e133009567441ba060033652ad5a1aaacaca

Contents?: true

Size: 216 Bytes

Versions: 5

Compression:

Stored size: 216 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

5 entries across 5 versions & 1 rubygems

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