Home / Go Command-line Option Parsers
10 Repositories
Sortby
docopt-go An implementation of docopt in the Go programming language. docopt helps you create beautiful command-line interfaces easily: package main
Go CLI Library cli is a library for implementing powerful command-line interfaces in Go. cli is the library that powers the CLI for Packer, Serf, Cons
Writ Overview Writ is a flexible option parser with thorough test coverage. It's meant to be simple and "just work". Applications using writ look and
go-flags: a go library for parsing command line arguments This library provides similar functionality to the builtin flag library of go, but provides
go-getoptions Go option parser inspired on the flexibility of Perl’s GetOpt::Long. Table of Contents Quick overview Examples Simple script Program wit
Description pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags. pflag is compatible with the GNU extensions to
go-cmdline Introduction cmdline is a Go library to parse command line options (with optional default values), arguments and subcommands. Usage The fol
goopt A getopt-like processor of command-line flags. It works much like the "flag" package, only it processes arguments in a way that is compatible wi
subcommands golang library This package permits a Go application to implement subcommands support similar to what is supported by the 'go' tool. The l
command command is a tiny package that helps you to add cli subcommands to your Go program with no effort, and prints a pretty guide if needed. Usage: