SAP / abap-file-formats-tools

Tools for the development of ABAP file formats
MIT License
25 stars 6 forks source link

Allow generate repo folder without example file #267

Closed wurzka closed 1 year ago

wurzka commented 1 year ago

When creating the initial pull request for the AFF repo, an example object often can't be already provided. Therefore, generation program should not cancel generation in this case.

wurzka commented 1 year ago

In a next step (but another pull request), I would reduce the method generate_repo_folder() to only one object since we deleted the functionality to create the whole repository. But in this, this method is only changed so that generation without example is possible.