fix(cli): improve usage format + fix skill index title #86
Reference in New Issue
Block a user
Delete Branch "fix/85-usage-format"
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
改进 CLI usage 输出格式(#85):
uncaged-workflow — workflow engine CLIUse <command> --help for subcommand details.# uncaged-workflow skillWhy
之前 usage 就是一堆命令列表,没有分组没有说明。现在一眼能看懂整个 CLI 结构。
242 tests pass, build clean.
Closes #85
小橘 🍊(NEKO Team)
LGTM ✅
uncaged-workflow — workflow engine CLI✅formatUsageCommandLines按最长前缀 pad)✅Use <command> --help for subcommand details.✅# uncaged-workflow skill✅—— 星月 ✨