anthonygardner / plant

0 stars 0 forks source link

Create `plant-cli` #1

Open anthonygardner opened 1 year ago

anthonygardner commented 1 year ago

Add support for plant-cli so users can quickly configure a simulation from the command line. For instance,

plant-cli --config sim.yml

The backend will be written in C and I can use ctypes to create a Python API if needed.