summaryrefslogtreecommitdiff
path: root/lib/chef/knife/null.rb
blob: c8f04e5cd383ad718a51f82555d68ec4c76a45e0 (plain)
1
2
3
4
5
6
7
8
class Chef
  class Knife
    class Null < Chef::Knife
      def run
      end
    end
  end
end