PSKeePass / PoShKeePass

PowerShell module for KeePass
MIT License
256 stars 58 forks source link

Allow, null and empty values where keepasslib supports it #163

Open jkdba opened 5 years ago

jkdba commented 5 years ago
JakeMoe commented 5 years ago

I would suggest not just "Update-KeePassEntry", I've got some nice spaghetti code for that and "New-KeePassEntry" around detecting which fields are null/empty and calling the cmdlet with the appropriate parameters. :-P

jkdba commented 5 years ago

Yep, Update-KeePassEntry is an example in this case.

jansohn commented 3 years ago

+1, I also do no want to check if i.e. URL or Notes parameter is empty when creating a new KeePass entry!