Prepare to tag v0.1.0

This commit is contained in:
2024-04-16 11:33:06 -04:00
parent 93d7670508
commit db5f3ec7f4
3 changed files with 26 additions and 31 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)