mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-08 23:26:34 +02:00
Pass Global Notes Directory Variable
This commit is contained in:
@@ -71,7 +71,7 @@ arguments () {
|
|||||||
;;
|
;;
|
||||||
-h) mainHelp && exit 0
|
-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"
|
search) echo "begin note search"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user