CCI-MOC / hil

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

CLI Changes #1038

Closed RobinKaul closed 6 years ago

RobinKaul commented 6 years ago

Made a bunch of changes to the CLI output. Main changes are to the network and node outputs.

RobinKaul commented 6 years ago

I forgot to mention I have commented out a section of network show and node show as I was experimenting. I kept it deliberately since I was kind of in a dilemma if we would be adding more rows in the future. There is no straightforward way to sort rows in prettytable so I opted to just put in if statements for the particular order. So basically that section would print out the table by fetching data from the raw dictionary.

naved001 commented 6 years ago

Could you paste the sample outputs in a comment here (in a code block so that it renders correctly)?

naved001 commented 6 years ago

closing this in favor of #1040