Issue #311 - Keychain method not called addItem and adds “-w” to service
Renamed addPassword back to addItem
Removed the concatenation of the cmd string that added the password string and flag a second time.
At the same time removing the issue of the missing space which was malforming other options.
The function now works as per the documentation.
Issue #311 - Keychain method not called addItem and adds “-w” to service
Renamed
addPassword
back toaddItem
Removed the concatenation of thecmd
string that added the password string and flag a second time. At the same time removing the issue of the missing space which was malforming other options. The function now works as per the documentation.