You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to allow users outputs other than a pre-formatted table. This would make it easier to pipe the output into other programs such as xargs, etc.
I quite like the way python-openstackclient handles it, where different formatting types (-f table, etc) and different columns can be selected, although that whole feature set might be too big of a change. I'd be happy with just different values, separated by a single space. This way we can use standard linux tools like grep and tr for further processing
The text was updated successfully, but these errors were encountered:
It would be nice to allow users outputs other than a pre-formatted table. This would make it easier to pipe the output into other programs such as
xargs
, etc.I quite like the way
python-openstackclient
handles it, where different formatting types (-f table
, etc) and different columns can be selected, although that whole feature set might be too big of a change. I'd be happy with just different values, separated by a single space. This way we can use standard linux tools likegrep
andtr
for further processingThe text was updated successfully, but these errors were encountered: