CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
options.txt37 linesDownload Raw Back to cli
1 2Configuration3  --config <file> .......... alternate nodemon.json config file to use4  --exitcrash .............. exit on crash, allows nodemon to work with other watchers5  -i, --ignore ............. ignore specific files or directories6  --no-colors .............. disable color output7  --signal <signal> ........ use specified kill signal instead of default (ex. SIGTERM)8  -w, --watch path ......... watch directory "dir" or files. use once for each9                             directory or file to watch10  --no-update-notifier ..... opt-out of update version check11 12Execution13  -C, --on-change-only ..... execute script on change only, not startup14  --cwd <dir> .............. change into <dir> before running the script15  -e, --ext ................ extensions to look for, ie. "js,pug,hbs"16  -I, --no-stdin ........... nodemon passes stdin directly to child process17  --spawn .................. force nodemon to use spawn (over fork) [node only]18  -x, --exec app ........... execute script with "app", ie. -x "python -v"19  -- <your args> ........... to tell nodemon stop slurping arguments20 21Watching22  -d, --delay n ............ debounce restart for "n" seconds23  -L, --legacy-watch ....... use polling to watch for changes (typically needed24                             when watching over a network/Docker)25  -P, --polling-interval ... combined with -L, milliseconds to poll for (default 100)26 27Information28  --dump ................... print full debug configuration29  -h, --help ............... default help30  --help <topic> ........... help on a specific feature. Try "--help topics"31  -q, --quiet .............. minimise nodemon messages to start/stop only32  -v, --version ............ current nodemon version33  -V, --verbose ............ show detail on what is causing restarts34 35 36> Note that any unrecognised arguments are passed to the executing command.37