We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
g ls
g ls-remote
--output, -o
text(默认)
json
[ { "version": "1.21.4", "inUse": true, "installed": true, "packages": [ { "filename": "go1.21.4.darwin-arm64.tar.gz", "url": "https://go.dev/dl/go1.21.4.darwin-arm64.tar.gz", "kind": "Archive", "os": "macOS", "arch": "ARM64", "size": "62MB", "algorithm": "SHA256", "checksum": "8b7caf2ac60bdff457dba7d4ff2a01def889592b834453431ae3caecf884f6a5" } ] } ]
The text was updated successfully, but these errors were encountered:
feat: added --output option for ls and ls-remote subcommands. #119
ca101da
refactor: rename output field 'default' to 'inUse'. #119
835c584
voidint
No branches or pull requests
g ls
和g ls-remote
子命令增加--output, -o
选项,可选值包括text(默认)
和json
。The text was updated successfully, but these errors were encountered: