Skip to content
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

feat(os/gcmd): add default value display for an argument #4083

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

wlynxg
Copy link
Contributor

@wlynxg wlynxg commented Dec 27, 2024

the effect is similar to:
old:

    -p, --path       output binary directory path, default is './bin'

new:

    -p, --path       output binary directory path, default is './bin' (default: "./bin")

@gqcn gqcn changed the title feat: when an argument has a default value, it is displayed in desc feat(os/gcmd): add default value display for an argument Jan 13, 2025
@gqcn gqcn changed the base branch from master to feat/v2.9.0 January 13, 2025 01:26
@gqcn gqcn changed the base branch from feat/v2.9.0 to master January 13, 2025 01:26
@gqcn gqcn merged commit 3f24b4d into gogf:master Jan 13, 2025
17 checks passed
@wlynxg wlynxg deleted the gcmd_default branch January 14, 2025 09:01
cyjaysong pushed a commit to cyjaysong/goframe that referenced this pull request Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants