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

Feature Request: Add used options to output #35

Closed
dr-consit opened this issue Feb 23, 2021 · 3 comments
Closed

Feature Request: Add used options to output #35

dr-consit opened this issue Feb 23, 2021 · 3 comments

Comments

@dr-consit
Copy link

I would find it very useful if the used options were recorded in the header of the output file.
Something along the lines of:

//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated using  OData2Poco System.
//     Service Url: https://my.service.url/$metadata
//     MetaData Version: 4.0
//     Generated On: 2021-02-23T20:21:31
//     parameters: -f PocoFileName -a key req max -b
// </auto-generated>
//------------------------------------------------------------------------------
//

Also when using a local file with -r the "Service Url" part of this header is blank - it would be nice if that also contained the value of the -r parameter.

@moh-hassan
Copy link
Owner

Thanks for feedback. I'll add the feature to the plan of the next release.

@moh-hassan
Copy link
Owner

A new package v3.5.0 is released and support the feature of adding used options to output and fix the filename.

@moh-hassan
Copy link
Owner

It's solved and the issue can be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants