Skip to content

Conversation

harrywu0913
Copy link

Pull Request Description

Describe what this PR does / why we need it

auth 参数的行为不一致性。对于 --config , username/password中的${var}不会被替换,而 --auth, username/password中的${var}默认会被环境变量替换。

Does this pull request fix one issue?

Fixes #151

Describe how you did it

在Auth中新增一个disableexpandenv参数,默认值为False,即兼容了原有逻辑

Describe how to verify it

Special notes for reviews

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.

对于auth中有特殊符号$的用户名被错误替换
1 participant