feat(notes): remove unused archive command
This commit is contained in:
parent
4e71e4deef
commit
b7767982a7
1 changed files with 0 additions and 3 deletions
3
notes.sh
3
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue