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

SUSHI fails w/ error when running without any arguments #1092

Closed
cmoesel opened this issue May 20, 2022 · 0 comments · Fixed by #1101
Closed

SUSHI fails w/ error when running without any arguments #1092

cmoesel opened this issue May 20, 2022 · 0 comments · Fixed by #1101
Labels
bug Something isn't working

Comments

@cmoesel
Copy link
Member

cmoesel commented May 20, 2022

In SUSHI 1.4.1, you can run just sushi and it assumes the current working directory as the path. In SUSHI 2.5.0, however, this capability is broken. If you run just sushi, you get:

info Running SUSHI v2.5.0 (implements FHIR Shorthand specification v2.0.0)
info Arguments:
error SUSHI encountered the following unexpected error: The "path" argument must be of type string. Received undefined

If you run sushi . instead, it works as expected. We should fix SUSHI so it works without any arguments again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant