Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
required options should be arguments #4656
Comments
smoser
referenced this issue
in Azure/azure-sdk-for-python
Oct 12, 2017
Closed
required options should be arguments #1527
|
As of now, we do not support the positional argument. The positional argument can cause confusion with multiple levels of subcommand. Thank you for the feedback. |
troydai
closed this
Oct 12, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
smoser commentedOct 12, 2017
Description
The syntax on many commands require a group but make it an option rather than an argument.
Why isn't that?
Environment summary
Install Method: How did you install the CLI? snap
CLI Version: What version of the CLI and modules are installed? (Use
az --version)Answer here: 2.0.7
OS Version: What OS and version are you using?
Answer here: Ubuntu
Shell Type: What shell are you using? (e.g. bash, cmd.exe, Bash on Windows)
Answer here: bash