Fabio Rosado
My time is divided between flying and coding
Start discussion on how to best tackle an old issue
Revert some changes to cli PR
Buy plane ticket for my mom to spend christmas with us :D
Update tests to cover refactor changes
Refactor cli logic for passing flags
Updated docstrings for cli
Provide help to user to test new version of
Figure out how to pass flag from group to other subcommands
Refactor cli options to pass -f flag
Write new docstrings since we are using sphinx to update documentation
update tests to cover all the changes made
Refactor cli function to list all active modules - not type depending
Read click documentation to improve cli command logic
Add tests to bump coverage and provide proof that things work
Create helper function that gathers needed information to show in table from cli
Create table using fstrings showing all active modules
Replace argument path for the -f flag when loading config from path
Validate configuration from path
Check if data loaded by pyyaml is of type dict - raise exception if not