Use absolute paths to configuration files
Repository details (uvcc)
- Project page
- uvcc
- Project log category
- uvcc (191 entries)
- Repository
- @joelpurra/uvcc
- Owner
- @joelpurra
- Issues
- Issues on Github
- Contributors
- Contributors on Github
- Project status
- ⏲️ This project has had recent commits.
- 📂 This project is open.
- 🌠 This project is popular.
- Repository activity period
- 🗓—
- Commits
- 208 commits
- Stars
- 113 stars
Commit details (6a974687)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Use absolute paths to configuration files
- User-provided configuration files can be either found or provided using
--config.- In either case, relative paths should be relative to
$PWD.- This commit removes making paths relative to
__dirname, meaning the current source code file.Reported by @PatrickBoehmDC in #33.
Closes #33.
Raw text
Use absolute paths to configuration files - User-provided configuration files can be either found or provided using `--config`. - In either case, relative paths should be relative to `$PWD`. - This commit removes making paths relative to `__dirname`, meaning the current source code file. Reported by @PatrickBoehmDC in #33. Closes #33.