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

Command line code generation gives no output #142

Open
wardweistra opened this issue Aug 10, 2023 · 2 comments
Open

Command line code generation gives no output #142

wardweistra opened this issue Aug 10, 2023 · 2 comments
Labels
core Related to the core functionality, not language specific documentation Improvements or additions to documentation enhancement New feature or request

Comments

@wardweistra
Copy link
Contributor

The section https://github.com/microsoft/fhir-codegen#fhir-codegen-cli tells me:

To run this project from a command line:
dotnet run --project src/fhir-codegen-cli/fhir-codegen-cli.csproj -- [options]

However, running dotnet run --project src/FhirCodeGenBlazor/FhirCodeGenBlazor.csproj -- -p hl7.fhir.r4.core#4.0.1 --language TypeScript --output-path ~/R4.ts does not seem to generate any file.

As reported on https://chat.fhir.org/#narrow/stream/179171-dotnet/topic/Microsoft.20fhir-codegen-cli/near/383004416

@wardweistra
Copy link
Contributor Author

Gino stated

As for the command line arguments, the UI will ignore them.

Is this not how I'm supposed to run command line arguments?

@GinoCanessa
Copy link
Contributor

The command line arguments are for the CLI application, not the web-UI. I will add a task to update the documentation, as well as look into what arguments make sense for the UI.

@GinoCanessa GinoCanessa added documentation Improvements or additions to documentation enhancement New feature or request core Related to the core functionality, not language specific labels Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Related to the core functionality, not language specific documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants