shallow-backup
shallow-backup copied to clipboard
Capture failed command traceback
When installing packages, there should be a way to suppress but capture a command's stderr
in the case of failure so that we may prompt the user to view the traceback if they want to.
Ideas as of now include redirecting the error to a temporary file, reading from it into a variable, and then deleting the file but that probably isn't optimal.