dynotx / liminal-orm

ORM and toolkit to help keep your Benchling schemas and downstream dependencies in sync.
https://dynotx.github.io/liminal-orm/
Apache License 2.0
34 stars 3 forks source link

Make generate files write path optional #14

Closed ndamania00 closed 1 month ago

ndamania00 commented 1 month ago

Makes write_path argument in the generate-files CLI command optional. By default now, it will write to your current directory.

Tested locally to check functionality