Set the leaveTool.defaultFolder
key in your git global configuration file to use the --default
or -d
flag.
```conf
[leaveTool] defaultFolder = ~/path/to/projects ```
``` USAGE: git-leave [OPTIONS] [DIRECTORY]
ARGS:
OPTIONS: -d, --default Use git config default folder value for the directory to search in -h, --help Print help information -V, --version Print version information ```