[CLI] --debug conflicts with --data in short option form for wmill flow run
According to the displayed help -d maps to both --debug and --data options but practically only applies debug.
Should it help output of
wmill version
is
9 Replies
Are you sure it doesn't do both ?
I think I will change -d, --debug for verbose
As showed it fails with the following message
👍 on it
I'm fine with it being --verbose
problem is we already use -v for version
Oh
shortcuts are hard 😄
other possibility is to remove -d shortcut for debug
Now that you mention it I think I have seen some options that don't have a shorter counterpart on some CLI tools, might be the reason
I'd use long versions for actual production scripts anyway so I'm also fine with that, I was just testing things out with that
-d
thingon latest, it's --verbose and --debug
so there is no more collision
will do a release soon