feat: --format json/yaml/table for all non-interactive commands #329
Reference in New Issue
Block a user
Delete Branch "feat/328-format-option"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
所有非交互 uwf 命令支持
--format json/yaml/table。Changes
format.ts—formatOutput(data, format)统一输出cli.ts— program 级--format选项,替换writeJson为writeOutput示例
Closes #328
LGTM ✅ format.ts 干净,table 非数组退化 yaml 也合理。