Skip to content

Allow the .config "folder" to be configurable or changed. #111

@3rd-Eden

Description

@3rd-Eden

We've just ran in to an issue where .config as actually a configuration file for a different application causing the workshopper to fail with ENOTADIRFUCKYOU error message. It would be nice to handle these problems more gracefully by either falling back to a different configuration folder name or allowing users to specify the configuration folder with like --config CLI flag.

Affected lines:

this.globalDataDir = util.userDir('.config', 'workshopper')
this.dataDir = util.userDir('.config', this.appName)

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