You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I accidentally mistyped --install-postgresl and got an error that was not obvious:
ERROR: Invalid argument provided
Use -h or --help to view the available options.
Now one might think that ^^^ is obvious enough. What made it confusing is that the script did a bunch of stuff first (like installing hab) so it made me woder if that error was coming from inside the script and not my own command.
Ideally we would catch the error first thing or we would actually print out the --help with the error.
The text was updated successfully, but these errors were encountered:
I accidentally mistyped
--install-postgresl
and got an error that was not obvious:Now one might think that ^^^ is obvious enough. What made it confusing is that the script did a bunch of stuff first (like installing hab) so it made me woder if that error was coming from inside the script and not my own command.
Ideally we would catch the error first thing or we would actually print out the
--help
with the error.The text was updated successfully, but these errors were encountered: