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
伪代码如下
type env struct { Url []string `clop:"-u; --url; env=CLOP-TEST-URL" usage:"URL to work with"` } e := env{} clop.Bind(&e)
行为约束.
The text was updated successfully, but these errors were encountered:
done #11 支持环境变量
2568c53
bugfix #11 环境变量
7b590e7
No branches or pull requests
伪代码如下
行为约束.
The text was updated successfully, but these errors were encountered: