CO

Cobra

Library for building powerful CLI applications in Go — used by kubectl, Hugo, GitHub CLI, and most major Go tools.

Go cli free Open Source since 2013

Cobra provides a POSIX-compliant flag system, nested subcommands, shell autocompletion for bash/zsh/fish/PowerShell, and automatic help generation. The cobra-cli generator scaffolds new commands. It pairs with Viper for configuration management — the combination powers kubectl, Hugo, and the GitHub CLI.

// related libraries

VI

Complete configuration solution for Go — reads from JSON, TOML, YAML, env vars, flags, and …

utility 2014 open source

// tags

clicommandsflagsshell-completiongodevtools
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub