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

[FEATURE] - Add regex support in import paths #32

Open
oknozor opened this issue Sep 7, 2020 · 1 comment
Open

[FEATURE] - Add regex support in import paths #32

oknozor opened this issue Sep 7, 2020 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@oknozor
Copy link
Owner

oknozor commented Sep 7, 2020

Importing is currently done this way :

[[import]]
path = 'path/to/imported-config.toml` 

The path property only supports path to a file. Users shall be able to import multiple files using a regex or a directory path :

[[import]]
path = 'path/to/config_dir/*.toml` 
[[import]]
path = 'path/to/config_dir/**
@oknozor oknozor added enhancement New feature or request good first issue Good for newcomers Hacktoberfest labels Sep 7, 2020
@lucas-dclrcq
Copy link
Collaborator

Directory linking is already working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants