.397395619494580:f6ca08567bf78951cf260e9fcd36c58a_69e4c34e180bcf8a442e5e2a.69e6171c180bcf8a442e5eb1.69e6171c62646f00d30d650c:Trae CN.T(2026/4/20 20:07:56)#3357
Closed
yangou-hash wants to merge 1 commit into
Conversation
添加对命令别名的支持,允许通过别名调用命令而不影响帮助信息显示。主要修改包括: 1. 在Command类中添加aliases字段 2. 在Group类中实现别名到规范命令名的映射 3. 确保别名不影响帮助信息中的命令列表显示 4. 添加相关测试用例验证别名功能
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
添加对命令别名的支持,允许通过别名调用命令而不影响帮助信息显示。主要修改包括: