1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-21 18:21:51 +02:00

Pass Global Notes Directory Variable

This commit is contained in:
Ryan Greenup 2020-07-15 01:16:42 +10:00
parent 3e14c8f6f0
commit bd3a1cdfd2

View File

@ -71,7 +71,7 @@ arguments () {
;;
-h) mainHelp && exit 0
;;
find) shift; NoteFind "${@:-}" ## Don't steal function name
find) shift; NoteFind -d "${NOTES_DIR}" "${@:-}" ## Don't steal function name
;;
search) echo "begin note search"
;;