CCI-MOC / hil

Hardware Isolation Layer, formerly Hardware as a Service
Apache License 2.0
24 stars 54 forks source link

Make CLI output pretty #1017

Closed naved001 closed 5 years ago

naved001 commented 6 years ago

Right now we just dump whatever JSON we receive, which isn't very readable (specially calls like show_node with multiple networks). For some of the stuff, we could use PrettyTable, but I am fine with any other solution that makes it neater than what we currently have.

zenhack commented 6 years ago

I'm definitely on board with making this look nicer. I'm also not picky about the implementation details.