feat: updates
This commit is contained in:
@@ -19,9 +19,8 @@ impl Command for CommandImpl {
|
||||
fn run(&self, _arg_matches: &ArgMatches, sub_arg_matches: &ArgMatches) -> CommandError {
|
||||
let json_output = cmdutil::check_json_output(sub_arg_matches);
|
||||
|
||||
let mut json = BTreeMap::new();
|
||||
|
||||
if json_output {
|
||||
let mut json = BTreeMap::new();
|
||||
json.insert("se_supported", seutil::is_support_se());
|
||||
|
||||
util::print_pretty_json(&json);
|
||||
|
||||
Reference in New Issue
Block a user