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
We can have a fibad_cli.main.py file that supports basic arg parsing, and dispatching to the correct fibad action. Then we the actions can handle additional, action-specific arg parsing if needed, and then pass the args through to the fibad execution layer.
This separation means that testing should be easier, we can separate the CLI from the testing if nothing else.
The text was updated successfully, but these errors were encountered:
We need some basic scaffolding to start hanging the rest of the code on, and we need to make sure things are working nicely out of the box.
Taking strong inspiration from Sorcha's CLI work here: https://github.com/dirac-institute/sorcha/blob/main/src/sorcha_cmdline/main.py
We can have a fibad_cli.main.py file that supports basic arg parsing, and dispatching to the correct fibad action. Then we the actions can handle additional, action-specific arg parsing if needed, and then pass the args through to the fibad execution layer.
This separation means that testing should be easier, we can separate the CLI from the testing if nothing else.
The text was updated successfully, but these errors were encountered: