From ef2fbf960564d094e8c310dc3991d3fb477ddf30 Mon Sep 17 00:00:00 2001 From: Vivek Singh Date: Mon, 28 Oct 2019 02:40:44 +0530 Subject: Add format supported option in values Signed-off-by: Vivek Singh --- lib/chef/application/knife.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/chef/application/knife.rb b/lib/chef/application/knife.rb index 6f192a3e1f..10634176c4 100644 --- a/lib/chef/application/knife.rb +++ b/lib/chef/application/knife.rb @@ -114,6 +114,7 @@ class Chef::Application::Knife < Chef::Application short: "-F FORMAT", long: "--format FORMAT", description: "Which format to use for output.", + in: %w{summary text json yaml pp}, default: "summary" option :local_mode, -- cgit v1.2.1