Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 169 Bytes

ARCHITECTURE.md

File metadata and controls

2 lines (2 loc) · 169 Bytes
  • The cli handling is done in main.rs
  • Each command is then delegated to a method with the commands name in a file with the commands name (for example: list::list())