-
Notifications
You must be signed in to change notification settings - Fork 328
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change short option for '--webUrl' to '-u' #5478
Comments
Let's also not forget to recheck the sample scripts with this breaking change. |
Can I work on this? |
Yes, definitely! |
Hi @milanholemans, @Jwaegebaert Below commands already uses the short option In the above commands,
Please suggest. |
Hi @SmitaNachan great catch! I think consistency is key here, let's take option 2 and consistently use It's always easier in the future to add short options than to remove them. |
Hey @SmitaNachan, will you be able to submit a PR with this change in the next day or two? Totally fine if you can't and would like us to pick it up instead. We've got v7 release coming up and would like to include this change. |
Hi @waldekmastykarz |
Awesome! Thank you so much! |
Hi @waldekmastykarz |
Currently, a few commands within the codebase utilize the short option
-w
for--webUrl
. In contrast, there are +150 commands that use the short-u
instead.To enhance consistency and clarity, I propose changing the short option for
--webUrl
from-w
to-u
for all the commands.The text was updated successfully, but these errors were encountered: