kratactl: rework to separate commands

This commit is contained in:
Alex Zenla
2024-03-15 15:59:18 +00:00
parent 31a43f9108
commit d66b6f80b9
10 changed files with 363 additions and 251 deletions

View File

@ -1,3 +1,4 @@
pub mod cli;
pub mod client;
pub mod console;
pub mod events;