-
Notifications
You must be signed in to change notification settings - Fork 552
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
feat: change generate commands to print paths of the generated code #2957
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just 2 minor things :
g openapi
prints the relative path while the other prints the absolute pathg dart
is broken so I couldn't test it.
@tbruyelle thats is correct, I am working on a PR for that. It was originally part of this one but I decided to make it in another one because it will support absolute config paths. Update: PR for absolute client config paths #2958 |
…gnite#2957) * feat: change generate commands to print paths of the generated code * fix: remove redefinition of variable Co-authored-by: Thomas Bruyelle <[email protected]> * chore: update changelog * chore: update changelog Co-authored-by: Thomas Bruyelle <[email protected]> Co-authored-by: Alex Johnson <[email protected]>
Changes
generate
commands to print the paths to the generated code: