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
The internal/cmd/root.go file is getting quite long and messy. This issue tracks work to cleanup that file while maintaining the existing functionality and features.
Ideally, all of the code around "displaying" tables, json, and plain text output (the new --output feature), should be moved out to new files. Once in those new files, some extremely simple unit tests should be written against their core logic to ensure they work in the future.
The text was updated successfully, but these errors were encountered:
The
internal/cmd/root.go
file is getting quite long and messy. This issue tracks work to cleanup that file while maintaining the existing functionality and features.Ideally, all of the code around "displaying" tables, json, and plain text output (the new --output feature), should be moved out to new files. Once in those new files, some extremely simple unit tests should be written against their core logic to ensure they work in the future.
The text was updated successfully, but these errors were encountered: