security
security copied to clipboard
Remove stderr/stdout from delete-*-password calls ([#11])
This change to solve #11. It will hide a bit of information, but users should really use $? to inquire about the various calls anyway and not depend on stdout/stderr output. The library is in version < 1.0 so I expect it is OK to break this "feature".
When it comes to error handling, output control etc, the library should be overhauled anyway. See fastlane/fastlane#11637.
@joshdholtz something you can look at?