Azure / Azure/azure-cli-dev-tools
The deprecate and hide argument is forced to add help
Open
- Dominant language
- Python
- Stars
- 91
- Forks
- 134
- Avg merge
- 2h 51m
- Merged PRs (30d)
- 1
Description
The declaration of argument is as follows:
```Python
c.argument('socket_timeout', deprecate_info=c.deprecate(hide=True))
```
The check error of CLI linter
```bash
- FAIL: missing_parameter_help
Parameter: storage blob upload, `socket_timeout` - Missing help
```
But in this scenario, help is not shown to the customers, so its existence is meaningless
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.