Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error handling during config init (#142)
Previously initConfig always returned an error even if it succeeded. This resulted in a confusing CLI error message that did not match the executed behavior. Now it returns an error only if it fails to init the config.
- Loading branch information