Add help and version info for server binary

This commit is contained in:
2024-05-16 22:22:12 -04:00
parent 193d577477
commit 774b761d25
5 changed files with 58 additions and 30 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ func writeEntryCLI(targetLocation string, unencryptedEntry []string, hidePasswor
// write the entry to the target location
backend.WriteEntry(targetLocation, unencryptedEntry)
// preview the entry
fmt.Println(ansiBold + "\nEntry Preview:" + backend.AnsiReset)
fmt.Println(AnsiBold + "\nEntry Preview:" + backend.AnsiReset)
EntryReader(unencryptedEntry, hidePassword, true)
} else {
fmt.Println(backend.AnsiError + "No data supplied for entry" + backend.AnsiReset)