databricks / click

The "Command Line Interactive Controller for Kubernetes"
Apache License 2.0
1.49k stars 85 forks source link

Allow customizing columns shown by default for listing commands #207

Open nicklan opened 1 year ago

nicklan commented 1 year ago

We should have a way to set what columns are shown when a command like pods runs without any --show or --sort argument.

This needs some design for the interface and then the actual implementation.