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
cli-utils is a simple Go package to create command line interfaces.
Installation
To install the package, use the following command:
go get github.com/lazarcloud/cli-utils
About
cli-utils is a lightweight Go package that simplifies building structured and maintainable CLI applications by reducing boilerplate and streamlining command, argument, and execution handling.