Closed sparktx-mark-welsh closed 1 month ago
Hey mark, thanks for raising an issue! This was an oversight on my part and has been resolved in the PR linked above. I've released v1.0.1 patch so if you install that, you should be good to go.
Reach out to me or raise another issue if you run into anything else or you have any other questions! I'll be making sure to smooth out the wrinkles for our first couple users.
thanks! It's fixed now. I appreciate the timely response
https://github.com/dynotx/liminal-orm/blob/c8e4c7267810deaea237961600b946b1720115f6/liminal/cli/cli.py#L221-L232
I always see the above exception raised unless I run
liminal --help
,liminal -h
,liminal init
orliminal <cmd> -h/--help
.For example:
For what it's worth,
liminal/env.py
does exist, but I don't think that execption is really relevant to the if/else logic: