username with @ character error
未关闭
- 主要语言
- Python
- 星标
- 1.4k
- 派生
- 191
- PR 合并指标
- 30 天内没有已合并 PR
描述
When the username (-U) contains an @, it will assume a username on the left side and a server address on the right side of the @.
appending an extra @ followed by the same value of server (-S) fixes the issue, and it now uses the correct username and server address to sign in.
it seems to me this behavior should be fixed, since server address is a separate input argument. Or documenting this on the username argument description.
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先跟踪 CLI 在登录前如何解析用户名 (-U) 和服务器 (-S) 参数。复现用户名中包含 @ 的情况,然后验证用户名得以保留,并且服务器仍从 -S 获取,无需额外的 @。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- cli, databases
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100