-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
I've tried to save to global config some options.
verb --save run:true
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: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.
Metadata
Metadata
Assignees
Labels
No labels