René's URL Explorer Experiment


Title: cli package - github.com/FollowTheProcess/cli - Go Packages

direct link

Domain: pkg.go.dev

NoneIE=edge
DescriptionPackage cli provides a clean, minimal and simple mechanism for constructing CLI commands.

Links:

https://go.dev/
Skip to Main Content https://pkg.go.dev/github.com/FollowTheProcess/cli#main-content
Why Go https://pkg.go.dev/github.com/FollowTheProcess/cli
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/FollowTheProcess/cli
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/FollowTheProcess/cli
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
https://go.dev/
Why Go https://pkg.go.dev/github.com/FollowTheProcess/cli
Why Go https://pkg.go.dev/github.com/FollowTheProcess/cli
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/github.com/FollowTheProcess/cli
Docs https://pkg.go.dev/github.com/FollowTheProcess/cli
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/github.com/FollowTheProcess/cli
Community https://pkg.go.dev/github.com/FollowTheProcess/cli
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
Discover Packageshttps://pkg.go.dev/
github.com/FollowTheProcess/cli https://pkg.go.dev/github.com/FollowTheProcess/cli@v0.13.0
https://go.dev/
Version: v0.13.0 https://pkg.go.dev/github.com/FollowTheProcess/cli?tab=versions
Go to latest https://pkg.go.dev/github.com/FollowTheProcess/cli
MIThttps://pkg.go.dev/github.com/FollowTheProcess/cli?tab=licenses
Imports: 10 https://pkg.go.dev/github.com/FollowTheProcess/cli?tab=imports
Imported by: 0 https://pkg.go.dev/github.com/FollowTheProcess/cli?tab=importedby
go.modhttps://github.com/FollowTheProcess/cli/tree/v0.13.0/go.mod
Learn more about best practiceshttps://pkg.go.dev/about#best-practices
github.com/FollowTheProcess/cli https://github.com/FollowTheProcess/cli
Open Source Insights https://deps.dev/go/github.com%2FFollowTheProcess%2Fcli/v0.13.0
README https://pkg.go.dev/github.com/FollowTheProcess/cli#section-readme
Project Description https://pkg.go.dev/github.com/FollowTheProcess/cli#readme-project-description
Installation https://pkg.go.dev/github.com/FollowTheProcess/cli#readme-installation
Quickstart https://pkg.go.dev/github.com/FollowTheProcess/cli#readme-quickstart
Usage https://pkg.go.dev/github.com/FollowTheProcess/cli#readme-usage
Commands https://pkg.go.dev/github.com/FollowTheProcess/cli#readme-commands
Sub Commands https://pkg.go.dev/github.com/FollowTheProcess/cli#readme-sub-commands
Flags https://pkg.go.dev/github.com/FollowTheProcess/cli#readme-flags
Core Principles https://pkg.go.dev/github.com/FollowTheProcess/cli#readme-core-principles
😱 Well behaved libraries don't panic https://pkg.go.dev/github.com/FollowTheProcess/cli#readme-well-behaved-libraries-don-t-panic
🧘🏻 Keep it Simple https://pkg.go.dev/github.com/FollowTheProcess/cli#readme-keep-it-simple
👨🏻‍🔬 Use Modern Techniques https://pkg.go.dev/github.com/FollowTheProcess/cli#readme-use-modern-techniques
🥹 A Beautiful API https://pkg.go.dev/github.com/FollowTheProcess/cli#readme-a-beautiful-api
🔐 Immutable State https://pkg.go.dev/github.com/FollowTheProcess/cli#readme-immutable-state
🚧 Good Libraries are Hard to Misuse https://pkg.go.dev/github.com/FollowTheProcess/cli#readme-good-libraries-are-hard-to-misuse
In the Wild https://pkg.go.dev/github.com/FollowTheProcess/cli#readme-in-the-wild
Documentation https://pkg.go.dev/github.com/FollowTheProcess/cli#section-documentation
Overviewhttps://pkg.go.dev/github.com/FollowTheProcess/cli#pkg-overview
Index https://pkg.go.dev/github.com/FollowTheProcess/cli#pkg-index
Constants https://pkg.go.dev/github.com/FollowTheProcess/cli#pkg-constants
Variables https://pkg.go.dev/github.com/FollowTheProcess/cli#pkg-variables
Functions https://pkg.go.dev/github.com/FollowTheProcess/cli#pkg-functions
Types https://pkg.go.dev/github.com/FollowTheProcess/cli#pkg-types
type ArgValidator https://pkg.go.dev/github.com/FollowTheProcess/cli#ArgValidator
AnyArgs() https://pkg.go.dev/github.com/FollowTheProcess/cli#AnyArgs
BetweenArgs(min, max) https://pkg.go.dev/github.com/FollowTheProcess/cli#BetweenArgs
Combine(validators) https://pkg.go.dev/github.com/FollowTheProcess/cli#Combine
ExactArgs(n) https://pkg.go.dev/github.com/FollowTheProcess/cli#ExactArgs
MaxArgs(n) https://pkg.go.dev/github.com/FollowTheProcess/cli#MaxArgs
MinArgs(n) https://pkg.go.dev/github.com/FollowTheProcess/cli#MinArgs
NoArgs() https://pkg.go.dev/github.com/FollowTheProcess/cli#NoArgs
ValidArgs(valid) https://pkg.go.dev/github.com/FollowTheProcess/cli#ValidArgs
type Builder https://pkg.go.dev/github.com/FollowTheProcess/cli#Builder
type Command https://pkg.go.dev/github.com/FollowTheProcess/cli#Command
New(name, options) https://pkg.go.dev/github.com/FollowTheProcess/cli#New
(cmd) Arg(name) https://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Arg
(cmd) Execute() https://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Execute
(cmd) ExtraArgs() https://pkg.go.dev/github.com/FollowTheProcess/cli#Command.ExtraArgs
(cmd) Stderr() https://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Stderr
(cmd) Stdin() https://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Stdin
(cmd) Stdout() https://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Stdout
type FlagCount https://pkg.go.dev/github.com/FollowTheProcess/cli#FlagCount
type Flaggable https://pkg.go.dev/github.com/FollowTheProcess/cli#Flaggable
type Option https://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Allow(validator) https://pkg.go.dev/github.com/FollowTheProcess/cli#Allow
BuildDate(date) https://pkg.go.dev/github.com/FollowTheProcess/cli#BuildDate
Commit(commit) https://pkg.go.dev/github.com/FollowTheProcess/cli#Commit
Example(comment, command) https://pkg.go.dev/github.com/FollowTheProcess/cli#Example
Flag(p, name, short, value, usage) https://pkg.go.dev/github.com/FollowTheProcess/cli#Flag
Long(long) https://pkg.go.dev/github.com/FollowTheProcess/cli#Long
NoColour(noColour) https://pkg.go.dev/github.com/FollowTheProcess/cli#NoColour
OptionalArg(name, description, value) https://pkg.go.dev/github.com/FollowTheProcess/cli#OptionalArg
OverrideArgs(args) https://pkg.go.dev/github.com/FollowTheProcess/cli#OverrideArgs
RequiredArg(name, description) https://pkg.go.dev/github.com/FollowTheProcess/cli#RequiredArg
Run(run) https://pkg.go.dev/github.com/FollowTheProcess/cli#Run
Short(short) https://pkg.go.dev/github.com/FollowTheProcess/cli#Short
Stderr(stderr) https://pkg.go.dev/github.com/FollowTheProcess/cli#Stderr
Stdin(stdin) https://pkg.go.dev/github.com/FollowTheProcess/cli#Stdin
Stdout(stdout) https://pkg.go.dev/github.com/FollowTheProcess/cli#Stdout
SubCommands(builders) https://pkg.go.dev/github.com/FollowTheProcess/cli#SubCommands
Version(version) https://pkg.go.dev/github.com/FollowTheProcess/cli#Version
Source Files https://pkg.go.dev/github.com/FollowTheProcess/cli#section-sourcefiles
Directories https://pkg.go.dev/github.com/FollowTheProcess/cli#section-directories
https://pkg.go.dev/github.com/FollowTheProcess/cli#section-readme
https://github.com/FollowTheProcess/cli
https://pkg.go.dev/github.com/FollowTheProcess/cli
https://goreportcard.com/report/github.com/FollowTheProcess/cli
https://github.com/FollowTheProcess/cli
https://github.com/FollowTheProcess/cli/actions?query=workflow%3ACI
https://codecov.io/gh/FollowTheProcess/cli
CLIhttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme-cli
Project Descriptionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme-project-description
Installationhttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme-installation
Quickstarthttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme-quickstart
Usagehttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme-usage
Commandshttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme-commands
Sub Commandshttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme-sub-commands
Flagshttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme-flags
Core Principleshttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme-core-principles
😱 Well behaved libraries don't panichttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme--well-behaved-libraries-dont-panic
🧘🏻 Keep it Simplehttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme--keep-it-simple
👨🏻‍🔬 Use Modern Techniqueshttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme--use-modern-techniques
🥹 A Beautiful APIhttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme--a-beautiful-api
🔐 Immutable Statehttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme--immutable-state
🚧 Good Libraries are Hard to Misusehttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme--good-libraries-are-hard-to-misuse
In the Wildhttps://pkg.go.dev/github.com/FollowTheProcess/cli#readme-in-the-wild
spf13/cobrahttps://github.com/spf13/cobra
urfave/clihttps://github.com/urfave/cli
./exampleshttps://github.com/FollowTheProcess/cli/tree/main/examples
functional optionshttps://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis
https://pkg.go.dev/github.com/FollowTheProcess/cli#Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
spf13/cobrahttps://github.com/spf13/cobra
spf13/pflaghttps://github.com/spf13/pflag
functional optionshttps://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis
functional optionshttps://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis
https://github.com/FollowTheProcess/txtracthttps://github.com/FollowTheProcess/txtract
https://github.com/FollowTheProcess/taghttps://github.com/FollowTheProcess/tag
https://github.com/FollowTheProcess/spokhttps://github.com/FollowTheProcess/spok
https://github.com/FollowTheProcess/gowchttps://github.com/FollowTheProcess/gowc
https://pkg.go.dev/github.com/FollowTheProcess/cli#section-documentation
https://pkg.go.dev/github.com/FollowTheProcess/cli#pkg-overview
https://pkg.go.dev/github.com/FollowTheProcess/cli#pkg-index
Constantshttps://pkg.go.dev/github.com/FollowTheProcess/cli#pkg-constants
type ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#ArgValidator
func AnyArgs() ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#AnyArgs
func BetweenArgs(min, max int) ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#BetweenArgs
func Combine(validators ...ArgValidator) ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Combine
func ExactArgs(n int) ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#ExactArgs
func MaxArgs(n int) ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#MaxArgs
func MinArgs(n int) ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#MinArgs
func NoArgs() ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#NoArgs
func ValidArgs(valid []string) ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#ValidArgs
type Builderhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Builder
type Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
func New(name string, options ...Option) (*Command, error)https://pkg.go.dev/github.com/FollowTheProcess/cli#New
func (cmd *Command) Arg(name string) stringhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Arg
func (cmd *Command) Execute() errorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Execute
func (cmd *Command) ExtraArgs() (args []string, ok bool)https://pkg.go.dev/github.com/FollowTheProcess/cli#Command.ExtraArgs
func (cmd *Command) Stderr() io.Writerhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Stderr
func (cmd *Command) Stdin() io.Readerhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Stdin
func (cmd *Command) Stdout() io.Writerhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Stdout
type FlagCounthttps://pkg.go.dev/github.com/FollowTheProcess/cli#FlagCount
type Flaggablehttps://pkg.go.dev/github.com/FollowTheProcess/cli#Flaggable
type Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
func Allow(validator ArgValidator) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Allow
func BuildDate(date string) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#BuildDate
func Commit(commit string) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Commit
func Example(comment, command string) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Example
func Flag[T Flaggable](p *T, name string, short rune, value T, usage string) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Flag
func Long(long string) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Long
func NoColour(noColour bool) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#NoColour
func OptionalArg(name, description, value string) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#OptionalArg
func OverrideArgs(args []string) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#OverrideArgs
func RequiredArg(name, description string) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#RequiredArg
func Run(run func(cmd *Command, args []string) error) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Run
func Short(short string) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Short
func Stderr(stderr io.Writer) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Stderr
func Stdin(stdin io.Reader) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Stdin
func Stdout(stdout io.Writer) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Stdout
func SubCommands(builders ...Builder) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#SubCommands
func Version(version string) Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Version
https://pkg.go.dev/github.com/FollowTheProcess/cli#pkg-constants
View Sourcehttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L16
flaghttps://pkg.go.dev/github.com/FollowTheProcess/cli@v0.13.0/internal/flag
NoShortHandhttps://pkg.go.dev/github.com/FollowTheProcess/cli@v0.13.0/internal/flag#NoShortHand
Flaghttps://pkg.go.dev/github.com/FollowTheProcess/cli#Flag
https://pkg.go.dev/github.com/FollowTheProcess/cli#pkg-variables
https://pkg.go.dev/github.com/FollowTheProcess/cli#pkg-functions
https://pkg.go.dev/github.com/FollowTheProcess/cli#pkg-types
ArgValidatorhttps://github.com/FollowTheProcess/cli/blob/v0.13.0/args.go#L12
https://pkg.go.dev/github.com/FollowTheProcess/cli#ArgValidator
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
AnyArgshttps://github.com/FollowTheProcess/cli/blob/v0.13.0/args.go#L18
https://pkg.go.dev/github.com/FollowTheProcess/cli#AnyArgs
ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#ArgValidator
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
BetweenArgshttps://github.com/FollowTheProcess/cli/blob/v0.13.0/args.go#L102
https://pkg.go.dev/github.com/FollowTheProcess/cli#BetweenArgs
inthttps://pkg.go.dev/builtin#int
ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#ArgValidator
Combinehttps://github.com/FollowTheProcess/cli/blob/v0.13.0/args.go#L142
https://pkg.go.dev/github.com/FollowTheProcess/cli#Combine
ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#ArgValidator
ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#ArgValidator
ExactArgshttps://github.com/FollowTheProcess/cli/blob/v0.13.0/args.go#L82
https://pkg.go.dev/github.com/FollowTheProcess/cli#ExactArgs
inthttps://pkg.go.dev/builtin#int
ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#ArgValidator
MaxArgshttps://github.com/FollowTheProcess/cli/blob/v0.13.0/args.go#L64
https://pkg.go.dev/github.com/FollowTheProcess/cli#MaxArgs
inthttps://pkg.go.dev/builtin#int
ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#ArgValidator
MinArgshttps://github.com/FollowTheProcess/cli/blob/v0.13.0/args.go#L47
https://pkg.go.dev/github.com/FollowTheProcess/cli#MinArgs
inthttps://pkg.go.dev/builtin#int
ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#ArgValidator
NoArgshttps://github.com/FollowTheProcess/cli/blob/v0.13.0/args.go#L26
https://pkg.go.dev/github.com/FollowTheProcess/cli#NoArgs
ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#ArgValidator
ValidArgshttps://github.com/FollowTheProcess/cli/blob/v0.13.0/args.go#L122
https://pkg.go.dev/github.com/FollowTheProcess/cli#ValidArgs
stringhttps://pkg.go.dev/builtin#string
ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#ArgValidator
Builderhttps://github.com/FollowTheProcess/cli/blob/v0.13.0/command.go#L25
https://pkg.go.dev/github.com/FollowTheProcess/cli#Builder
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
errorhttps://pkg.go.dev/builtin#error
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
SubCommandshttps://pkg.go.dev/github.com/FollowTheProcess/cli#SubCommands
Commandhttps://github.com/FollowTheProcess/cli/blob/v0.13.0/command.go#L91
https://pkg.go.dev/github.com/FollowTheProcess/cli#Command
Newhttps://github.com/FollowTheProcess/cli/blob/v0.13.0/command.go#L39
https://pkg.go.dev/github.com/FollowTheProcess/cli#New
stringhttps://pkg.go.dev/builtin#string
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
errorhttps://pkg.go.dev/builtin#error
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
os.Stdinhttps://pkg.go.dev/os#Stdin
os.Stdouthttps://pkg.go.dev/os#Stdout
os.Stderrhttps://pkg.go.dev/os#Stderr
os.Argshttps://pkg.go.dev/os#Args
Arghttps://github.com/FollowTheProcess/cli/blob/v0.13.0/command.go#L324
https://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Arg
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
Executehttps://github.com/FollowTheProcess/cli/blob/v0.13.0/command.go#L189
https://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Execute
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
errorhttps://pkg.go.dev/builtin#error
ExtraArgshttps://github.com/FollowTheProcess/cli/blob/v0.13.0/command.go#L341
https://pkg.go.dev/github.com/FollowTheProcess/cli#Command.ExtraArgs
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
Stderrhttps://github.com/FollowTheProcess/cli/blob/v0.13.0/command.go#L309
https://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Stderr
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
iohttps://pkg.go.dev/io
Writerhttps://pkg.go.dev/io#Writer
Stdinhttps://github.com/FollowTheProcess/cli/blob/v0.13.0/command.go#L314
https://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Stdin
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
iohttps://pkg.go.dev/io
Readerhttps://pkg.go.dev/io#Reader
Stdouthttps://github.com/FollowTheProcess/cli/blob/v0.13.0/command.go#L304
https://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Stdout
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
iohttps://pkg.go.dev/io
Writerhttps://pkg.go.dev/io#Writer
FlagCounthttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L37
https://pkg.go.dev/github.com/FollowTheProcess/cli#FlagCount
flaghttps://pkg.go.dev/github.com/FollowTheProcess/cli@v0.13.0/internal/flag
Counthttps://pkg.go.dev/github.com/FollowTheProcess/cli@v0.13.0/internal/flag#Count
Flaggablehttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L19
https://pkg.go.dev/github.com/FollowTheProcess/cli#Flaggable
flaghttps://pkg.go.dev/github.com/FollowTheProcess/cli@v0.13.0/internal/flag
Flaggablehttps://pkg.go.dev/github.com/FollowTheProcess/cli@v0.13.0/internal/flag#Flaggable
Optionhttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L40
https://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
Allowhttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L426
https://pkg.go.dev/github.com/FollowTheProcess/cli#Allow
ArgValidatorhttps://pkg.go.dev/github.com/FollowTheProcess/cli#ArgValidator
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
Combinehttps://pkg.go.dev/github.com/FollowTheProcess/cli#Combine
BuildDatehttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L375
https://pkg.go.dev/github.com/FollowTheProcess/cli#BuildDate
stringhttps://pkg.go.dev/builtin#string
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
ldflagshttps://www.digitalocean.com/community/tutorials/using-ldflags-to-set-version-information-for-go-applications
Commithttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L354
https://pkg.go.dev/github.com/FollowTheProcess/cli#Commit
stringhttps://pkg.go.dev/builtin#string
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
ldflagshttps://www.digitalocean.com/community/tutorials/using-ldflags-to-set-version-information-for-go-applications
Examplehttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L266
https://pkg.go.dev/github.com/FollowTheProcess/cli#Example
stringhttps://pkg.go.dev/builtin#string
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
Examplehttps://pkg.go.dev/github.com/FollowTheProcess/cli#Example
Flaghttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L458
https://pkg.go.dev/github.com/FollowTheProcess/cli#Flag
Flaggablehttps://pkg.go.dev/github.com/FollowTheProcess/cli#Flaggable
stringhttps://pkg.go.dev/builtin#string
runehttps://pkg.go.dev/builtin#rune
stringhttps://pkg.go.dev/builtin#string
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
Flaghttps://pkg.go.dev/github.com/FollowTheProcess/cli#Flag
NoShortHandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#NoShortHand
Longhttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L235
https://pkg.go.dev/github.com/FollowTheProcess/cli#Long
stringhttps://pkg.go.dev/builtin#string
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
NoColourhttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L190
https://pkg.go.dev/github.com/FollowTheProcess/cli#NoColour
boolhttps://pkg.go.dev/builtin#bool
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
OptionalArghttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L546
https://pkg.go.dev/github.com/FollowTheProcess/cli#OptionalArg
stringhttps://pkg.go.dev/builtin#string
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
RequiredArghttps://pkg.go.dev/github.com/FollowTheProcess/cli#RequiredArg
Command.Arghttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Arg
OverrideArgshttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L314
https://pkg.go.dev/github.com/FollowTheProcess/cli#OverrideArgs
stringhttps://pkg.go.dev/builtin#string
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
RequiredArghttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L501
https://pkg.go.dev/github.com/FollowTheProcess/cli#RequiredArg
stringhttps://pkg.go.dev/builtin#string
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
Command.Executehttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Execute
OptionalArghttps://pkg.go.dev/github.com/FollowTheProcess/cli#OptionalArg
Command.Arghttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command.Arg
Runhttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L290
https://pkg.go.dev/github.com/FollowTheProcess/cli#Run
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
Shorthttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L211
https://pkg.go.dev/github.com/FollowTheProcess/cli#Short
stringhttps://pkg.go.dev/builtin#string
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
Stderrhttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L170
https://pkg.go.dev/github.com/FollowTheProcess/cli#Stderr
iohttps://pkg.go.dev/io
Writerhttps://pkg.go.dev/io#Writer
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
os.Stderrhttps://pkg.go.dev/os#Stderr
Stdinhttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L126
https://pkg.go.dev/github.com/FollowTheProcess/cli#Stdin
iohttps://pkg.go.dev/io
Readerhttps://pkg.go.dev/io#Reader
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
os.Stdinhttps://pkg.go.dev/os#Stdin
Stdouthttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L148
https://pkg.go.dev/github.com/FollowTheProcess/cli#Stdout
iohttps://pkg.go.dev/io
Writerhttps://pkg.go.dev/io#Writer
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
os.Stdouthttps://pkg.go.dev/os#Stdout
SubCommandshttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L391
https://pkg.go.dev/github.com/FollowTheProcess/cli#SubCommands
Builderhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Builder
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Versionhttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go#L333
https://pkg.go.dev/github.com/FollowTheProcess/cli#Version
stringhttps://pkg.go.dev/builtin#string
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Optionhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Option
Commandhttps://pkg.go.dev/github.com/FollowTheProcess/cli#Command
https://pkg.go.dev/github.com/FollowTheProcess/cli#section-sourcefiles
View all Source fileshttps://github.com/FollowTheProcess/cli/tree/v0.13.0
args.gohttps://github.com/FollowTheProcess/cli/blob/v0.13.0/args.go
command.gohttps://github.com/FollowTheProcess/cli/blob/v0.13.0/command.go
option.gohttps://github.com/FollowTheProcess/cli/blob/v0.13.0/option.go
https://pkg.go.dev/github.com/FollowTheProcess/cli#section-directories
coverhttps://pkg.go.dev/github.com/FollowTheProcess/cli@v0.13.0/examples/cover
namedargshttps://pkg.go.dev/github.com/FollowTheProcess/cli@v0.13.0/examples/namedargs
quickstarthttps://pkg.go.dev/github.com/FollowTheProcess/cli@v0.13.0/examples/quickstart
subcommandshttps://pkg.go.dev/github.com/FollowTheProcess/cli@v0.13.0/examples/subcommands
colourhttps://pkg.go.dev/github.com/FollowTheProcess/cli@v0.13.0/internal/colour
flaghttps://pkg.go.dev/github.com/FollowTheProcess/cli@v0.13.0/internal/flag
tablehttps://pkg.go.dev/github.com/FollowTheProcess/cli@v0.13.0/internal/table
Why Go https://go.dev/solutions
Use Cases https://go.dev/solutions#use-cases
Case Studies https://go.dev/solutions#case-studies
Get Started https://learn.go.dev/
Playground https://play.golang.org
Tour https://tour.golang.org
Stack Overflow https://stackoverflow.com/questions/tagged/go?tab=Newest
Help https://go.dev/help
Packages https://pkg.go.dev
Standard Library https://pkg.go.dev/std
Sub-repositories https://pkg.go.dev/golang.org/x
About Go Packages https://pkg.go.dev/about
pkg.go.dev API https://pkg.go.dev/api
About https://go.dev/project
Downloadhttps://go.dev/dl/
Bloghttps://go.dev/blog
Issue Tracker https://github.com/golang/go/issues
Release Notes https://go.dev/doc/devel/release.html
Brand Guidelines https://go.dev/brand
Code of Conduct https://go.dev/conduct
Connect https://www.twitter.com/golang
Twitter https://www.twitter.com/golang
GitHubhttps://github.com/golang
Slack https://invite.slack.golangbridge.org/
r/golang https://reddit.com/r/golang
Meetup https://www.meetup.com/pro/go
Golang Weekly https://golangweekly.com/
Copyrighthttps://go.dev/copyright
Terms of Servicehttps://go.dev/tos
Privacy Policy http://www.google.com/intl/en/policies/privacy/
Report an Issue https://go.dev/s/pkgsite-feedback
https://google.com
Learn more.https://policies.google.com/technologies/cookies

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.