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.
Currently, a few commands within the codebase utilize the short option
-wfor--webUrl. In contrast, there are +150 commands that use the short-uinstead.To enhance consistency and clarity, I propose changing the short option for
--webUrlfrom-wto-ufor all the commands.