summaryrefslogtreecommitdiff
path: root/lib/chef/knife/xargs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/xargs.rb')
-rw-r--r--lib/chef/knife/xargs.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/chef/knife/xargs.rb b/lib/chef/knife/xargs.rb
index 0a34f380ce..be6db9d64f 100644
--- a/lib/chef/knife/xargs.rb
+++ b/lib/chef/knife/xargs.rb
@@ -1,13 +1,14 @@
require 'chef/chef_fs/knife'
-require 'chef/chef_fs/file_system'
-require 'chef/chef_fs/file_system/not_found_error'
class Chef
class Knife
class Xargs < Chef::ChefFS::Knife
banner "knife xargs [COMMAND]"
- common_options
+ deps do
+ require 'chef/chef_fs/file_system'
+ require 'chef/chef_fs/file_system/not_found_error'
+ end
# TODO modify to remote-only / local-only pattern (more like delete)
option :local,