You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
In index on line 260 s / schema argument is an array, but is expected to be a string. Not sure why it is that though, it did work correctly for me when I was using it as localhost, but it broke when I pasted a url.
Basically every input field breaks when there is an ip? I have now hardcoded the password and output url, and it works nicely :D
Seems like an upstream issue with yargs maybe ?
Node version: 16.0.0
yarn version : 1.22.10
The text was updated successfully, but these errors were encountered:
Twiggeh
changed the title
argv.s.split() is not a function
argv.s.split() is not a function => problem with argument parser
May 24, 2021
What do you mean by url? There is no support for passing db urls(#140).
SchemaNames is an array because of possibility of passing multiple schemas(and the way of [not] putting schema names in generated code). Is it possible that some of the characters you enter are special characters for your shell, and typeorm-model-generator actually receives different input then you're writing in your shell?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
In index on line 260 s / schema argument is an array, but is expected to be a string. Not sure why it is that though, it did work correctly for me when I was using it as localhost, but it broke when I pasted a url.
Basically every input field breaks when there is an ip? I have now hardcoded the password and output url, and it works nicely :D
Seems like an upstream issue with yargs maybe ?
Node version: 16.0.0
yarn version : 1.22.10
The text was updated successfully, but these errors were encountered: