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
The goal is to remove all of the current scripts and instead make them sub-commands of bd-tools (or a different name if someone can think of something better).
I'm thinking the commands will essentially retain their current format so these should be familiar:
These are obviously just a few examples and I think the recorder directory may be a bit tricky to consolidate (it would make sense to do something similar to #37 but for the recorders).
This should follow #37 to minimize code movement but it is not necessary. The intent is to make a CLI with sub-commands (like git). This should be possible with argparse as shown here: https://chase-seibert.github.io/blog/2014/03/21/python-multilevel-argparse.html
The goal is to remove all of the current scripts and instead make them sub-commands of
bd-tools
(or a different name if someone can think of something better).I'm thinking the commands will essentially retain their current format so these should be familiar:
These are obviously just a few examples and I think the
recorder
directory may be a bit tricky to consolidate (it would make sense to do something similar to #37 but for the recorders).I'd recommend taking this bit by bit instead of all at once. Maybe one or two scripts per PR.
The text was updated successfully, but these errors were encountered: