Is it possible to set qm to print to stderr when a command doesn't execute properly?
With f.ex qm migrate it simply states that the Configuration file is missing, which is printed to stdout.
I'm using python fabric to automate some processes, and atm I'm having a hard time catching errors, because everything is printed to stdout.
With f.ex qm migrate it simply states that the Configuration file is missing, which is printed to stdout.
I'm using python fabric to automate some processes, and atm I'm having a hard time catching errors, because everything is printed to stdout.