cli: Refactor commands.rs into sub modules
The huge file was a sight for sore eyes, so refactored into sub modules.
The grouping may not be perfect, but its working towards more structure across the tests. Ideally we’d also restructure the markdown files too, but thats left for another patch.
The huge file was a sight for sore eyes, so refactored into sub modules.
The grouping may not be perfect, but its working towards more structure across the tests. Ideally we’d also restructure the markdown files too, but thats left for another patch.
I like that effort!
I am not sure whether it matters for the merge of this, but I think that the PR title should indicate that this is for the test module only (afaict)?!
Changes:
- Re-organised into separate commits
- Introduced modules: checkout, remote, sync, utility, workflow
- Removed modules: misc
- Renamed module: seed -> policy
Rebase