feat: updates

This commit is contained in:
2025-03-31 00:40:35 +08:00
parent dc56f2df77
commit 4dca8e0146
5 changed files with 7 additions and 17 deletions

View File

@@ -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);