dbbs-lab / bsb-core

The Brain Scaffold Builder
https://bsb.readthedocs.io
GNU General Public License v3.0
21 stars 16 forks source link

Switch CLI to `click` #814

Open Helveg opened 6 months ago

Helveg commented 6 months ago

We can likely deprecate and remove our own CLI system and commands module in favor of click. It would drastically reduce @filimarc's burden of maintenance, amount of handrolled code, etc etc.

The only though nut to crack would be to integrate framework options with Click options to create a nice pluggable non-inmport time cascade.