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
The section https://github.com/microsoft/fhir-codegen#fhir-codegen-cli tells me:
However, running
dotnet run --project src/FhirCodeGenBlazor/FhirCodeGenBlazor.csproj -- -p hl7.fhir.r4.core#4.0.1 --language TypeScript --output-path ~/R4.tsdoes not seem to generate any file.As reported on https://chat.fhir.org/#narrow/stream/179171-dotnet/topic/Microsoft.20fhir-codegen-cli/near/383004416