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:
parent
3e14c8f6f0
commit
bd3a1cdfd2
@ -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"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user