Categorygithub.com/rdeusser/cli
repositorypackage
1.1.0
Repository: https://github.com/rdeusser/cli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

cli

A CLI library for Go using generics.

There are a few really nice CLI libraries for Go like spf13/cobra, urfave/cli, alecthomas/kingpin, etc. Even the builtin flag library isn't too bad. I've created a lot of CLI tools over the years in Go and while Cobra came the closest, something about it always felt wrong. So this library is my standard on how constructing a CLI should look.

Usage

See the examples.