The CLI output is a bit messy and this makes it difficult to read.
I suggest putting everything into tables and to reduce the amount of data in the list commands and to add additional commands to see more details about a particular item.
We can use a dependency such as https://docs.rs/tabled/latest/tabled/ to achieve this.
The CLI output is a bit messy and this makes it difficult to read.
I suggest putting everything into tables and to reduce the amount of data in the
listcommands and to add additional commands to see more details about a particular item.We can use a dependency such as https://docs.rs/tabled/latest/tabled/ to achieve this.