Prepare to tag v0.1.0

This commit is contained in:
2024-04-16 11:33:06 -04:00
parent d4360c06ba
commit 3acaa607e4
4 changed files with 28 additions and 34 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ func RenameCli(oldLocation string) {
// exit is done from backend.Rename
}
// EditEntryField edits a field of an entry at targetLocation (user input), does not allow for editing notes
// EditEntryField edits a field of an entry at targetLocation (user input)
func EditEntryField(targetLocation string, hidePassword bool, field int) {
// fetch old entry data (with all required lines present)
unencryptedEntry := backend.GetOldEntryData(targetLocation, field)