Azure / Azure/azure-cli-dev-tools

The deprecate and hide argument is forced to add help

Open
#228 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.