dyoder / befog

Command line utility for cloud management
MIT License
4 stars 4 forks source link

ls should default to awk-readable output #24

Closed dyoder closed 12 years ago

dyoder commented 12 years ago

That is, each instance should simply print in columnar format:

<id> <type> etc.

The --tree (or perhaps --verbose?) option could be used to output the tree like variant currently implemented.