-v everywhere! Huge quality of life improvement! Merge now!
Created by: mrnugget
Before:
$ src campaign apply -f campaign.yaml -v
flag provided but not defined: -v
Usage of 'src campaigns apply':
-allow-unsupported
Allow unsupported code hosts.
[ ... ]
You had to specify -v
right after src
and before campaign [apply|preview]
.
That means everytime I wanted to switch to verbose mode I had to edit
the previous command instead of just append a -v
.
Now, with this change...
... switching to verbose mode is easier than ever...
Look:
$ src campaign apply -f campaign.yaml -v
[... command runs, people are happy :D :D :D ... ]