groundcover-com / murre

Murre is an on-demand, scaleable source of container resource metrics for K8s.
https://www.groundcover.com/blog/murre
Apache License 2.0
310 stars 18 forks source link

Unwanted output when using `murre --help` #7

Closed larssb closed 1 year ago

larssb commented 1 year ago

E.g.

Usage of murre:
      --container string    filter by container
      --interval duration   seconds to wait between updates (default '5s') (default 5s)
      --kubeconfig string   (optional) absolute path to the kubeconfig file (default "/home/linuxlars/.kube/config")
      --namespace string    filter by namespace
      --pod string          filter by pod
      --sortby-cpu          sort by cpu
      --sortby-cpu-util     sort by cpu utilization
      --sortby-mem          sort by memory
      --sortby-mem-util     sort by memory utilization
pflag: help requested

I don't care about the pflag: help requested output. Seems to be development debug output to me. Just minor polish no major bug here of course not. Still no need to have it.

So kindly asking to get that removed from the help output.

🙏