I've tried to save to global config some options.
for example and it saves it to ~/.data-store/generate.json
{
"run": true,
"cwd": "/home/charlike/dev/capture-spawn"
}
it may seems okey in first glance, but here appears two questions/problems:
- why and what is this cwd? What if i want
run:true to be for all projects? I guess this cwd will be changed if i'm in another project?
run:true seems not works - i've tested it by removing run from local config and try running verb and it not works as if it is in local config.
I've tried to save to global config some options.
for example and it saves it to
~/.data-store/generate.json{ "run": true, "cwd": "/home/charlike/dev/capture-spawn" }it may seems okey in first glance, but here appears two questions/problems:
run:trueto be for all projects? I guess this cwd will be changed if i'm in another project?run:trueseems not works - i've tested it by removingrunfrom local config and try running verb and it not works as if it is in local config.