We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d0fefd + c4be441 commit 9dee199Copy full SHA for 9dee199
dsc/src/resource_command.rs
@@ -55,6 +55,7 @@ pub fn get(dsc: &DscManager, resource_type: &str, input: &str, format: Option<&G
55
let format = match format {
56
Some(&GetOutputFormat::PrettyJson) => Some(&OutputFormat::PrettyJson),
57
Some(&GetOutputFormat::Yaml) => Some(&OutputFormat::Yaml),
58
+ None => None,
59
_ => Some(&OutputFormat::Json),
60
};
61
write_object(&json, format, false);
0 commit comments