-
Notifications
You must be signed in to change notification settings - Fork 48
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
number is not a valid type #106
Comments
I take that back, it looks like there's a ternary here that allows users to pass an readme-generator-for-helm/index.js Line 50 in 9cd8199
But for some reason it's not reading it from my filesystem properly.
I was trying to stash it in |
Ah I see, so this may be intended behavior? Like there's no reason to specify a modifier for a type, it already knows it's a number.
Closing this, but at least it's documented and I didn't have to open a PR. |
Hello, I'm struggling to specify that a particular field should be a
number
or some other number-like type. This is mentioned in the README ~readme-generator-for-helm/README.md
Line 147 in 9cd8199
However, I've tried passing in
--config
, but it looks like, in theindex.js
, only the providedconfig.json
is actually ever referenced. Would it be possible to allow for a custom config file to be passed, specifying additional modifiers?https://github.com/bitnami/readme-generator-for-helm/blob/main/index.js#L50
The text was updated successfully, but these errors were encountered: