Closed stiliajohny closed 2 years ago
https://github.com/Comcast/xGitGuard/blob/ae109f5f91b2fa58ff9434e0ca6adbfbb3c0162c/xgitguard/models/model.py#L153-L154
The suggested help doesn't match the expected values, Would you consider changing this to
choices=["key", "cred"], - help="Pass the Data_Type as Cred or Key", + help="Pass the Data_Type as cred or key",
Or
- choices=["key", "cred"], + choices=["key", "cred", "Key", "Cred"], help="Pass the Data_Type as Cred or Key",
Thanks for reporting. Same has been addressed in latest code. Thanks.
https://github.com/Comcast/xGitGuard/blob/ae109f5f91b2fa58ff9434e0ca6adbfbb3c0162c/xgitguard/models/model.py#L153-L154
The suggested help doesn't match the expected values, Would you consider changing this to
Or