ankaios
ankaios copied to clipboard
Refactor and improve CLI code
Description
The ank
CLI code is currently all located in the cli_command.rs module with now more than 1000 lines of code.
The CLI shall be spitted into smaller modules for better maintainability.
Additionally the design documentation of the CLI must be updated regarding structural view and the tags of the requirements. Currently there are tags for features, e.g., GetWorkload, instead of components.
Goals
Improve maintainability of the CLI
Final result
Summary
To be filled when the final solution is sketched.
Tasks
- [ ] Task 1
- [ ] Task 2
- [ ] ...