Add help and version info for server binary

This commit is contained in:
2024-05-16 22:22:12 -04:00
parent da044ca59a
commit d8fa62f1ad
4 changed files with 55 additions and 28 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)