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

feat: better support for includes #263

Merged
merged 2 commits into from
Jan 19, 2024
Merged

feat: better support for includes #263

merged 2 commits into from
Jan 19, 2024

Conversation

caarlos0
Copy link
Member

  • Relative paths should be relative to the the path of the "parent" file
  • It should support globs

closes #262

- Relative paths should be relative to the the path of the "parent" file
- It should support globs

closes #262

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
@caarlos0 caarlos0 added bug Something isn't working enhancement New feature or request labels Jan 19, 2024
@caarlos0 caarlos0 self-assigned this Jan 19, 2024
@curio77
Copy link

curio77 commented Jan 19, 2024

Yes, that does the trick for me, both aspects (wildcards, path relativity) appear to be fixed. Thank you very much for the quick response! ❤️

@caarlos0
Copy link
Member Author

awesome, thanks for the bug report and all the info, and for verifying this 🙏

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
@caarlos0 caarlos0 merged commit 9177f22 into main Jan 19, 2024
12 checks passed
@caarlos0 caarlos0 deleted the included branch January 19, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for the Include directive in the SSH config file
2 participants