-
Notifications
You must be signed in to change notification settings - Fork 9
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
[BUG] --use-root-maintainers flag not available in latest release #344
Comments
Note the feature works when configured from package.json |
right. So the functionality is implemented but not surfaced inside the cli: https://github.com/gagoar/codeowners-generator/blob/master/src/bin/cli.ts |
the cli is just a tiny layer on top of the logic so that's where the issue is. I will address this today. In the mean time please use the other ways to configure it so you can get unstuck! |
It was reported that `--use-root-maintainers` is not explicitly available via the CLI. This PR should solved that, and close #344
Hey @alexlo03 Please take a look at the new version 2.1.5 that should bring the option to the CLI. Thank you again for reporting the bug ❤️ |
Thanks! |
Oh, and validated |
Describe the bug
--use-root-maintainers flag not available in latest release
To Reproduce
Expected behavior
https://github.com/gagoar/codeowners-generator#cli-options
Hard to tell what happened? Seems like it should be there based on
#330
#331
The text was updated successfully, but these errors were encountered: