Set the leaveTool.defaultFolder
key in your git global configuration file to use the --default
or -d
flag.
```conf
[leaveTool] defaultFolder = ~/path/to/projects ```
``` Check for unsaved or uncommitted changes on your machine.
Usage: git-leave [OPTIONS] [DIRECTORY]
Arguments: [DIRECTORY] The directory to search in [default: .]
Options:
-d, --default Use git config default folder value for the directory to search in
--follow-symlinks Should we follow symlinks
--show-directories Should we show the directories we are actually crawling
--threads