Closed nmanoogian closed 3 years ago
The commit messages we use in this repo appear directly as changelog entries in the CLI. We should use a commit message that's more use friendly. Something like "Display error when specified configuration dir doesn't exist".
The CLI is designed to create the
UserConfigDir
if it does not already exist. However, when the user specifies--configuration
, it replacesUserConfigFile
but notUserConfigDir
(which is still used in its original form for storing fallback files). To reduce confusion, this change adds a check to make sure that the parent directory ofUserConfigFile
exists and raises a specific error otherwise.