Skip to content

0.9.0: global config logic not working correctly? #93

@tunnckoCore

Description

@tunnckoCore

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: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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions