Currently we have the global option --help available for users to use to display the interactive help for any command, however it would be beneficial to also provide a short option, -h for users to use.
Implementing the short option would provide the same implementation which is found in the Azure CLI where both the short and long options are provided, delivering a more consistent experience between the two.
Currently we have the global option
--helpavailable for users to use to display the interactive help for any command, however it would be beneficial to also provide a short option,-hfor users to use.Implementing the short option would provide the same implementation which is found in the Azure CLI where both the short and long options are provided, delivering a more consistent experience between the two.