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

add -c / --conf flag that use a configuration file #14

Open
Miou-zora opened this issue Mar 8, 2023 · 0 comments
Open

add -c / --conf flag that use a configuration file #14

Miou-zora opened this issue Mar 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Miou-zora
Copy link
Owner

Depends-on: #11 and #12

We only have CI/CD file in mirror or if we use -a we can add file or folder, but if we want to create a specific config for one type of project we actually can't. So, with -c / --conf flag, we sould add a configuration file.
The file will maybe be a .json file with some preset like;

{
    "add": ["include", "src", "tests", "Makefile", ".gitignore", ".gitattribute", "main.c"]
    "github-project": true
}
@Miou-zora Miou-zora added the enhancement New feature or request label Mar 8, 2023
@Miou-zora Miou-zora changed the title feature: add -c --conf flag that use a configuration file feature: add -c / --conf flag that use a configuration file Mar 8, 2023
@Miou-zora Miou-zora changed the title feature: add -c / --conf flag that use a configuration file add -c / --conf flag that use a configuration file Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant