-
Notifications
You must be signed in to change notification settings - Fork 66
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
New option --edsfile #130
New option --edsfile #130
Conversation
When option --edsfile is given and a xdd file was loaded a eds file is saved with the given name. This allows to have xdd as single source of truth in VCS repo.
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.
Who ever it need: Seems okay for me. :-)
Hi @modbw, I am currently working on a rewrite of importer/exporter #122, as part of that work we should be able to convert any format that can be imported into anything that can be exported with edssharp Could it be a alternative to your pr if we could export eds file from edssharp? |
That would totally match my requirements. Usecase is integration of EDSSharp into my CI/CD pipeline where all files except xdd are genereated. So, I need eds and md export. I have a pull request for md export ready but if you come up with a different solution thats fine. One thing would be to have multiple exports in one step to save some EDSharp calls. Something like |
Ahh, nice.
There are two .md generators, is it DocumentationGenMarkup or NetworkPDOreport your want? Not sure how to do NetworkPDOreport as it needs multiple input files (or a file that contains multiple "eds") so that may take more time
I see the need, will gladly accept a pr. :) PS: There are multiple .md exporters so you will probably need to use --type select the one that you want. |
Maybe it is time to close it? |
Closed as completed and no comment of the OP |
When option --edsfile is given and a xdd file was loaded a eds file is saved with the given name. This allows to have xdd as single source of truth in VCS repo.