osx-sign
osx-sign copied to clipboard
redact passwords from logs correcrtly
trafficstars
also return an opts if possible.
Is there an actual bug being fixed here
Yes. A couple of things:
-P=passwordand--password=password(and etc.) were not redacted previously,-P 'abc def'would only redactabc.-P abc -P defwould only redactabc-- of course, this is user error, but I thought why not patch it anyways.
Sure, I've added some tests.