Re-write argument parsing, implement skeleton of copy functionality

This commit is contained in:
2024-03-01 21:09:56 -05:00
parent 1ffd375950
commit 3ed3424adc
3 changed files with 20 additions and 0 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)
}