Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support full paths in --config / -c option #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tsunami650
Copy link

I noticed that the -c option didn't work with my config file, and upon debugging found it was always expecting a relative path. Patch just skips the joining of current working directory for paths starting with '/', and changes the error message to use the resolved path name rather than the config argument to make it obvious what happened if it errors with the filename still.

… and log the resolved path name if file isnt found rather than the config arg to make debugging easier.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant