-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Allow globbing in read and file args. #3395
base: main
Are you sure you want to change the base?
Conversation
|
Fixed merge conflicts. @paul-gauthier |
@paul-gauthier I have added more information above explaining why this feature is useful. |
I have merged main into this PR again. |
This patch allows the user to specify multiple matching files during 'read' and 'file' both on the command line and in the config file. This is useful for including multiple files of non-code context shared across multiple projects - for example:
Or in the config file:
Fixes #3366.