grafana / unused

CLI tool, Prometheus exporter, and Go module to list your unused disks in all cloud providers
Apache License 2.0
51 stars 1 forks source link

Refactor `cmd` packages #31

Closed inkel closed 1 year ago

inkel commented 1 year ago

This PR deletes some obsolete code and refactor how we declare flags and variables. In addition to this, it also renames cmd/clicommon to cmd/internal and cmd/unused/ui to cmd/unused/internal/ui, which are better suited names, as we're not expecting the contents of these packages to be used outside this project.