Try this search on Go-Search or GitHub.
Path | Synopsis |
---|---|
flag
| Package flag implements command-line flag parsing. |
github.com/codegangsta/cli
| Package cli provides a minimal framework for creating and organizing command line Go applications. |
github.com/urfave/cli
| Package cli provides a minimal framework for creating and organizing command line Go applications. |
github.com/mitchellh/cli
| A Go library for implementing command-line interfaces. |
k8s.io/client-go/tools/clientcmd
| Package clientcmd provides one stop shopping for building a working client from a fixed config, from a .kubeconfig file, from command line flags, or from any merged combination. |
github.com/docker/engine-api/types/filters
| Package filters provides helper function to parse and handle command line filter, used for example in docker ps or docker images commands. |
gopkg.in/urfave/cli.v2
| Package cli provides a minimal framework for creating and organizing command line Go applications. |
github.com/jessevdk/go-flags
| Package flags provides an extensive command line option parser. |
github.com/juju/cmd
| A command line implementation framework |
github.com/peterh/liner
| Package liner implements a simple command line editor, inspired by linenoise (https://github.com/antirez/linenoise/). |
gopkg.in/alecthomas/kingpin.v2
| Package kingpin provides command line interfaces like this: |
gopkg.in/urfave/cli.v1
| Package cli provides a minimal framework for creating and organizing command line Go applications. |
launchpad.net/gnuflag
| Package flag implements command-line flag parsing in the GNU style. |
github.com/micro/go-micro/cmd
| Package cmd is an interface for parsing the command line |
github.com/juju/gnuflag
| Package flag implements command-line flag parsing in the GNU style. |
github.com/coreos/etcd/pkg/flags
| Package flags implements command-line flag parsing. |
github.com/docopt/docopt-go
| Package docopt parses command-line arguments based on a help message. |
github.com/micro/cli
| Package cli provides a minimal framework for creating and organizing command line Go applications. |
github.com/mistifyio/go-zfs
| Package zfs provides wrappers around the ZFS command line tools. |
github.com/alecthomas/kingpin
| Package kingpin provides command line interfaces like this: |
v.io/x/lib/cmdline
| Package cmdline implements a data-driven mechanism for writing command-line programs with built-in support for help. |
github.com/spf13/hugo/commands
| Package commands defines and implements command-line commands and flags used by Hugo. |
github.com/manifoldco/promptui
| Package promptui is a library providing a simple interface to create command-line prompts for go. |
github.com/gookit/color
| Package color is Command line color library. |
github.com/namsral/flag
| Package flag implements command-line flag parsing. |
github.com/juju/utils/keyvalues
| The keyvalues package implements a set of functions for parsing key=value data, usually passed in as command-line parameters to juju subcommands, e.g. |
github.com/mreiferson/go-options
| options resolves configuration values set via command line flags, config files, and default struct values |
github.com/ctdk/goiardi/config
| Package config parses command line flags and config files, and defines options used elsewhere in goiardi. |
github.com/rclone/rclone/fs/config
| Package config reads, writes and edits the config file and deals with command line flags |
github.com/posener/complete
| Package complete provides a tool for bash writing bash completion in go, and bash completion for the go command line. |
github.com/ncw/rclone/fs/config
| Package config reads, writes and edits the config file and deals with command line flags |
k8s.io/gengo/args
| Package args has common command-line flags for generation programs. |
github.com/jawher/mow.cli
| Package cli provides a framework to build command line applications in Go with most of the burden of arguments parsing and validation placed on the framework instead of the user. |
github.com/simonleung8/flags
| Improved command-line flag parsing for Go lang |
github.com/apex/log/handlers/cli
| Package cli implements a colored text handler suitable for command-line interfaces. |
github.com/masterzen/winrm
| Command-line tool and library for Windows remote command execution in Go |
github.com/smira/flag
| Package flag implements command-line flag parsing. |
github.com/google/gxui/samples/flags
| Package flags holds command line options common to all GXUI samples. |
github.com/alexflint/go-arg
| Package arg parses command line arguments using the fields from a struct. |
vitess.io/vitess/go/vt/dbconfigs
| Package dbconfigs provides the registration for command line options to collect db connection parameters. |
github.com/hedzr/cmdr
| Package cmdr is a golang library to interpret/parse the command-line input with POSIX-compliant mode |
go.etcd.io/etcd/pkg/flags
| Package flags implements command-line flag parsing. |
github.com/youtube/vitess/go/vt/dbconfigs
| Package dbconfigs provides the registration for command line options to collect db connection parameters. |
github.com/btcsuite/go-flags
| Package flags provides an extensive command line option parser. |
github.com/minio/cli
| Package cli provides a minimal framework for creating and organizing command line Go applications. |
github.com/pborman/getopt
| Package getopt (v1) provides traditional getopt processing for implementing commands that use traditional command lines. |
github.com/gohugoio/hugo/commands
| Package commands defines and implements command-line commands and flags used by Hugo. |
github.com/mkideal/cli
| CLI - A package for building command line app with go |
github.com/voxelbrain/goptions
| package goptions implements a flexible parser for command line options. |
gopkg.in/alecthomas/kingpin.v1
| Package kingpin provides command line interfaces like this: |
github.com/genuinetools/pkg/cli
| Package cli provides a minimal framework for creating and organizing command line Go programs. |
github.com/artpar/rclone/fs/config
| Package config reads, writes and edits the config file and deals with command line flags |
github.com/scionproto/scion/go/lib/env
| Package env contains common command line and initialization code for SCION services. |
git.arvados.org/arvados.git/lib/cmd
| Package cmd helps define reusable functions that can be exposed as [subcommands of] command line programs. |
github.com/rclone/rclone/vfs/vfsflags
| Package vfsflags implements command line flags to set up a vfs |
github.com/ncw/rclone/vfs/vfsflags
| Package vfsflags implements command line flags to set up a vfs |
github.com/rhysd/go-github-selfupdate/selfupdate
| Package selfupdate provides self-update mechanism to Go command line tools. |
github.com/Azure/azure-service-operator/pkg/resourcemanager/config
| Package config manages loading configuration from environment and command-line params |
github.com/alecthomas/kong
| Package kong aims to support arbitrarily complex command-line structures with as little developer effort as possible. |
github.com/oasisprotocol/oasis-core/go/oasis-node/cmd/common/grpc
| Package grpc implements common gRPC command-line flags. |
k8s.io/component-base/version/verflag
| Package verflag defines utility functions to handle command line flags related to version of Kubernetes. |
github.com/akamensky/argparse
| Package argparse provides users with more flexible and configurable option for command line arguments parsing. |
github.com/jpillora/opts
| Package opts defines a struct-tag based API for rapidly building command-line interfaces. |
github.com/jault3/mow.cli
| Package cli provides a framework to build command line applications in Go with most of the burden of arguments parsing and validation placed on the framework instead of the user. |
v.io/jiri/profiles/profilescmdline
| Package profilescmdline provides a command line driver (for v.io/x/lib/cmdline) for implementing jiri 'profile' subcommands. |
leb.io/hrff
| Package hrff (Human Readbale Flags and Formatting) Allows command line arguments like % dd bs=1Mi Provides SI unit formatting via %h and %H format characters Defines two news types, Int64 and Float64 which provide methods for flags to accept these kind of args |
github.com/gonuts/commander
| commander helps creating command line programs whose arguments are flags, commands and subcommands. |
github.com/conformal/go-flags
| Package flags provides an extensive command line option parser. |
upspin.io/flags
| Package flags defines command-line flags to make them consistent between binaries. |
github.com/gonuts/flag
| Package flag implements command-line flag parsing. |
github.com/artyom/autoflags
| Package autoflags provides a convenient way of exposing struct fields as command line flags. |
github.com/mutagen-io/mutagen/cmd
| Package cmd contains utilities for command line tools. |
github.com/keybase/cli
| Package cli provides a minimal framework for creating and organizing command line Go applications. |
gopkg.in/src-d/go-vitess.v1/vt/dbconfigs
| Package dbconfigs provides the registration for command line options to collect db connection parameters. |
github.com/alessio/shellescape
| Package shellescape provides the shellescape.Quote to escape arbitrary strings for a safe use as command line arguments in the most common POSIX shells. |
go.chromium.org/luci/common/flag
| Package flag provides the utilities for implementing command line flags. |
github.com/theckman/goiardi/config
| Package config parses command line flags and config files, and defines options used elsewhere in goiardi. |
github.com/hasura/graphql-engine/cli
| Package cli and it's sub packages implements the command line tool for Hasura GraphQL Engine. |
github.com/mehrdadrad/mylg/cli
| Package cli provides all methods to control command line functions |
github.com/u-root/u-root/pkg/cmdline
| Package cmdline is parser for kernel command-line args from /proc/cmdline. |
gopkg.in/alecthomas/kingpin.v3-unstable
| Package kingpin provides command line interfaces like this: |
github.com/prysmaticlabs/prysm/shared/cmd
| Package cmd defines the command line flags for the shared utlities. |
github.com/tj/kingpin
| Package kingpin provides command line interfaces like this: |
github.com/guptarohit/asciigraph
| Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies. |
gopkg.in/tchap/gocli.v2
| gocli is yet another package to aid with parsing command line arguments. |
github.com/tricksterproxy/trickster/pkg/config
| Package config provides Trickster configuration abilities, including parsing and printing configuration files, command line parameters, and environment variables, as well as default values and state. |
github.com/gookit/gcli
| Package gcli is a simple to use command line application and tool library. |
github.com/ghetzel/cli
| Package cli provides a minimal framework for creating and organizing command line Go applications. |
github.com/digitalocean/doctl
| The official command line interface for the DigitalOcean API. |
github.com/rakyll/command
| Package command allows you to define subcommands for your command line interfaces. |
golang.org/x/lint/golint
| golint lints the Go source files named on its command line. |
github.com/rclone/rclone/cmd/serve/proxy/proxyflags
| Package proxyflags implements command line flags to set up a proxy |
github.com/rclone/rclone/fs/rc/rcflags
| Package rcflags implements command line flags to set up the remote control |
github.com/go-jira/jira
| simple jira command line client in Go |
github.com/jaegertracing/jaeger/cmd/flags
| Package flags defines command line flags that are shared by several jaeger components. |
github.com/admdwrf/ovhcli
| Manage OVH services from Command Line |
github.com/aviddiviner/docopt-go
| Package docopt parses command-line arguments based on a help message. |
github.com/tsuru/gnuflag
| Package flag implements command-line flag parsing in the GNU style. |
github.com/mongodb/mongo-tools-common/options
| Package options implements command-line options that are used by all of the mongo tools. |
github.com/oliverpool/go-chromecast
| A command line tool to control Google Chromecast devices. |