Re-write argument parsing, implement skeleton of copy functionality

This commit is contained in:
2024-03-01 21:09:56 -05:00
parent 0afcdbb29b
commit 51313eb307
5 changed files with 145 additions and 32 deletions
+2
View File
@@ -192,4 +192,6 @@ func EntryListGen() {
// print trailing new lines for proper spacing after entry list is complete
fmt.Print("\n\n")
os.Exit(0)
}