-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestnice to haveLow priority requirementLow priority requirement
Description
Creating a config directory in the same directory as the CLI is executed isn't particularly robust or friendly to a users machine. Configuration should be placed in either a $HOME/.ctcli
folder or even better in a $HOME/.config/ctcli
folder (at least on Linux/Mac based systems).
A simple first step would be to provide an option to tell the CLI where to look for the config folder (e.g. --config-dir
or using an environment variable like $CTCLI_CONFIG_DIR
). This would allow people wanting a different behavior (me 😉 ) to at least configure it differently.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestnice to haveLow priority requirementLow priority requirement