-
Notifications
You must be signed in to change notification settings - Fork 45
feat: llgo list command with -m -versions -json flags #1041
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…update implementations
compiler/cmd/internal/list/list.go
Outdated
// Cmd 定义list命令 | ||
var Cmd = &base.Command{ | ||
UsageLine: "llgo list [-m] [-versions] [-json] [packages]", | ||
Short: "列出包、模块及其依赖的信息", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only English is allowed in the code and comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done in latest commit
[Git-flow] Hi @NEKO-CwC, There are some suggestions for your information: Rebase suggestions
Which seems insignificant, recommend to use For other If you have any questions about this comment, feel free to raise an issue here: |
IMPORTANT: Because some of the llgo get code was manually merged locally, it is recommended to review after merging the pr llgo get.
Moreover, the llgo list is currently in a semi-finished stage.
Temporarily, three flags have been implemented according to the following plan.