You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 justsushi
, you get:If you run
sushi .
instead, it works as expected. We should fix SUSHI so it works without any arguments again.The text was updated successfully, but these errors were encountered: