From b7767982a732eabdac7d93b9296cc0a4882bb365 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 18 Apr 2026 14:54:39 +0200 Subject: [PATCH] feat(notes): remove unused archive command --- notes.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/notes.sh b/notes.sh index 01d722c..7b739c6 100755 --- a/notes.sh +++ b/notes.sh @@ -135,9 +135,6 @@ function main() { fi ;; - # ARCHIVE: Move a note to archive directory - archive|a) - ;; # DEFAULT: Default action - create new note *) createNote