CCI-MOC / hil

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

Cli pretty 2 #1053

Closed naved001 closed 5 years ago

naved001 commented 5 years ago

This makes the output of all other HIL commands pretty. Fix #1047

zenhack commented 5 years ago

Quoting Naved Ansari (2018-11-21 10:10:32)

I don't understand. Where would I use an empty tuple? I can just not use defaults in this case and it will work, right?

I'd been thinking def make_table(field_names=(), rows=()):, but you're right, just not having defaults probably makes more sense.

zenhack commented 5 years ago

LGTM

ianballou commented 5 years ago

I'm reading through this, I'll finish up my review next Tuesday