René's URL Explorer Experiment


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

direct link

Domain: pkg.go.dev

NoneIE=edge

Links:

https://go.dev/
Skip to Main Content https://pkg.go.dev/github.com/isobit/cli#main-content
Why Go https://pkg.go.dev/github.com/isobit/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/isobit/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/isobit/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/isobit/cli
Why Go https://pkg.go.dev/github.com/isobit/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/isobit/cli
Docs https://pkg.go.dev/github.com/isobit/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/isobit/cli
Community https://pkg.go.dev/github.com/isobit/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/isobit/cli https://pkg.go.dev/github.com/isobit/cli@v0.11.0
https://go.dev/
Version: v0.11.0 https://pkg.go.dev/github.com/isobit/cli?tab=versions
Go to latest https://pkg.go.dev/github.com/isobit/cli
MIThttps://pkg.go.dev/github.com/isobit/cli?tab=licenses
Imports: 14 https://pkg.go.dev/github.com/isobit/cli?tab=imports
Imported by: 4 https://pkg.go.dev/github.com/isobit/cli?tab=importedby
go.modhttps://github.com/isobit/cli/tree/v0.11.0/go.mod
Learn more about best practiceshttps://pkg.go.dev/about#best-practices
github.com/isobit/cli https://github.com/isobit/cli
Open Source Insights https://deps.dev/go/github.com%2Fisobit%2Fcli/v0.11.0
README https://pkg.go.dev/github.com/isobit/cli#section-readme
Example https://pkg.go.dev/github.com/isobit/cli#readme-example
Struct Tags https://pkg.go.dev/github.com/isobit/cli#readme-struct-tags
Field Types and Value Parsing https://pkg.go.dev/github.com/isobit/cli#readme-field-types-and-value-parsing
Contexts and Signal Handling https://pkg.go.dev/github.com/isobit/cli#readme-contexts-and-signal-handling
Command Line Syntax https://pkg.go.dev/github.com/isobit/cli#readme-command-line-syntax
Documentation https://pkg.go.dev/github.com/isobit/cli#section-documentation
Index https://pkg.go.dev/github.com/isobit/cli#pkg-index
Constants https://pkg.go.dev/github.com/isobit/cli#pkg-constants
Variables https://pkg.go.dev/github.com/isobit/cli#pkg-variables
Functions https://pkg.go.dev/github.com/isobit/cli#pkg-functions
Types https://pkg.go.dev/github.com/isobit/cli#pkg-types
type Beforer https://pkg.go.dev/github.com/isobit/cli#Beforer
type CLI https://pkg.go.dev/github.com/isobit/cli#CLI
NewCLI() https://pkg.go.dev/github.com/isobit/cli#NewCLI
(cli) Build(name, config, opts) https://pkg.go.dev/github.com/isobit/cli#CLI.Build
(cli) New(name, config, opts) https://pkg.go.dev/github.com/isobit/cli#CLI.New
type Command https://pkg.go.dev/github.com/isobit/cli#Command
Build(name, config, opts) https://pkg.go.dev/github.com/isobit/cli#Build
New(name, config, opts) https://pkg.go.dev/github.com/isobit/cli#New
(cmd) AddCommand(subCmd) https://pkg.go.dev/github.com/isobit/cli#Command.AddCommand
(cmd) Apply(parent) https://pkg.go.dev/github.com/isobit/cli#Command.Apply
(cmd) HelpString() https://pkg.go.dev/github.com/isobit/cli#Command.HelpString
(cmd) Parse() https://pkg.go.dev/github.com/isobit/cli#Command.Parse
(cmd) ParseArgs(args) https://pkg.go.dev/github.com/isobit/cli#Command.ParseArgs
(cmd) SetDescription(description) https://pkg.go.dev/github.com/isobit/cli#Command.SetDescription
(cmd) SetHelp(help) https://pkg.go.dev/github.com/isobit/cli#Command.SetHelp
(cmd) WriteHelp(w) https://pkg.go.dev/github.com/isobit/cli#Command.WriteHelp
type CommandOption https://pkg.go.dev/github.com/isobit/cli#CommandOption
WithDescription(description) https://pkg.go.dev/github.com/isobit/cli#WithDescription
WithHelp(help) https://pkg.go.dev/github.com/isobit/cli#WithHelp
type ContextRunner https://pkg.go.dev/github.com/isobit/cli#ContextRunner
type ExitCoder https://pkg.go.dev/github.com/isobit/cli#ExitCoder
type LookupEnvFunc https://pkg.go.dev/github.com/isobit/cli#LookupEnvFunc
type ParseResult https://pkg.go.dev/github.com/isobit/cli#ParseResult
(r) Run() https://pkg.go.dev/github.com/isobit/cli#ParseResult.Run
(r) RunFatal() https://pkg.go.dev/github.com/isobit/cli#ParseResult.RunFatal
(r) RunFatalWithContext(ctx) https://pkg.go.dev/github.com/isobit/cli#ParseResult.RunFatalWithContext
(r) RunFatalWithSigCancel() https://pkg.go.dev/github.com/isobit/cli#ParseResult.RunFatalWithSigCancel
(r) RunWithContext(ctx) https://pkg.go.dev/github.com/isobit/cli#ParseResult.RunWithContext
(r) RunWithSigCancel() https://pkg.go.dev/github.com/isobit/cli#ParseResult.RunWithSigCancel
type Runner https://pkg.go.dev/github.com/isobit/cli#Runner
type Setter https://pkg.go.dev/github.com/isobit/cli#Setter
type SetterFunc https://pkg.go.dev/github.com/isobit/cli#SetterFunc
type Setuper https://pkg.go.dev/github.com/isobit/cli#Setuper
type UsageErrorWrapper https://pkg.go.dev/github.com/isobit/cli#UsageErrorWrapper
UsageError(err) https://pkg.go.dev/github.com/isobit/cli#UsageError
UsageErrorf(format, v) https://pkg.go.dev/github.com/isobit/cli#UsageErrorf
(w) Error() https://pkg.go.dev/github.com/isobit/cli#UsageErrorWrapper.Error
(w) Unwrap() https://pkg.go.dev/github.com/isobit/cli#UsageErrorWrapper.Unwrap
Source Files https://pkg.go.dev/github.com/isobit/cli#section-sourcefiles
https://pkg.go.dev/github.com/isobit/cli#section-readme
https://pkg.go.dev/github.com/isobit/cli
flag packagehttps://pkg.go.dev/flag
https://pkg.go.dev/github.com/isobit/cli#section-documentation
https://pkg.go.dev/github.com/isobit/cli#pkg-index
Variableshttps://pkg.go.dev/github.com/isobit/cli#pkg-variables
type Beforerhttps://pkg.go.dev/github.com/isobit/cli#Beforer
type CLIhttps://pkg.go.dev/github.com/isobit/cli#CLI
func NewCLI() *CLIhttps://pkg.go.dev/github.com/isobit/cli#NewCLI
func (cli *CLI) Build(name string, config interface{}, opts ...CommandOption) (*Command, error)https://pkg.go.dev/github.com/isobit/cli#CLI.Build
func (cli *CLI) New(name string, config interface{}, opts ...CommandOption) *Commandhttps://pkg.go.dev/github.com/isobit/cli#CLI.New
type Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
func Build(name string, config interface{}, opts ...CommandOption) (*Command, error)https://pkg.go.dev/github.com/isobit/cli#Build
func New(name string, config interface{}, opts ...CommandOption) *Commandhttps://pkg.go.dev/github.com/isobit/cli#New
func (cmd *Command) AddCommand(subCmd *Command) *Commandhttps://pkg.go.dev/github.com/isobit/cli#Command.AddCommand
func (cmd *Command) Apply(parent *Command)https://pkg.go.dev/github.com/isobit/cli#Command.Apply
func (cmd *Command) HelpString() stringhttps://pkg.go.dev/github.com/isobit/cli#Command.HelpString
func (cmd *Command) Parse() ParseResulthttps://pkg.go.dev/github.com/isobit/cli#Command.Parse
func (cmd *Command) ParseArgs(args []string) ParseResulthttps://pkg.go.dev/github.com/isobit/cli#Command.ParseArgs
func (cmd *Command) SetDescription(description string) *Commandhttps://pkg.go.dev/github.com/isobit/cli#Command.SetDescription
func (cmd *Command) SetHelp(help string) *Commandhttps://pkg.go.dev/github.com/isobit/cli#Command.SetHelp
func (cmd *Command) WriteHelp(w io.Writer)https://pkg.go.dev/github.com/isobit/cli#Command.WriteHelp
type CommandOptionhttps://pkg.go.dev/github.com/isobit/cli#CommandOption
func WithDescription(description string) CommandOptionhttps://pkg.go.dev/github.com/isobit/cli#WithDescription
func WithHelp(help string) CommandOptionhttps://pkg.go.dev/github.com/isobit/cli#WithHelp
type ContextRunnerhttps://pkg.go.dev/github.com/isobit/cli#ContextRunner
type ExitCoderhttps://pkg.go.dev/github.com/isobit/cli#ExitCoder
type LookupEnvFunchttps://pkg.go.dev/github.com/isobit/cli#LookupEnvFunc
type ParseResulthttps://pkg.go.dev/github.com/isobit/cli#ParseResult
func (r ParseResult) Run() errorhttps://pkg.go.dev/github.com/isobit/cli#ParseResult.Run
func (r ParseResult) RunFatal()https://pkg.go.dev/github.com/isobit/cli#ParseResult.RunFatal
func (r ParseResult) RunFatalWithContext(ctx context.Context)https://pkg.go.dev/github.com/isobit/cli#ParseResult.RunFatalWithContext
func (r ParseResult) RunFatalWithSigCancel()https://pkg.go.dev/github.com/isobit/cli#ParseResult.RunFatalWithSigCancel
func (r ParseResult) RunWithContext(ctx context.Context) errorhttps://pkg.go.dev/github.com/isobit/cli#ParseResult.RunWithContext
func (r ParseResult) RunWithSigCancel() errorhttps://pkg.go.dev/github.com/isobit/cli#ParseResult.RunWithSigCancel
type Runnerhttps://pkg.go.dev/github.com/isobit/cli#Runner
type Setterhttps://pkg.go.dev/github.com/isobit/cli#Setter
type SetterFunchttps://pkg.go.dev/github.com/isobit/cli#SetterFunc
type Setuperhttps://pkg.go.dev/github.com/isobit/cli#Setuper
type UsageErrorWrapperhttps://pkg.go.dev/github.com/isobit/cli#UsageErrorWrapper
func UsageError(err error) UsageErrorWrapperhttps://pkg.go.dev/github.com/isobit/cli#UsageError
func UsageErrorf(format string, v ...interface{}) UsageErrorWrapperhttps://pkg.go.dev/github.com/isobit/cli#UsageErrorf
func (w UsageErrorWrapper) Error() stringhttps://pkg.go.dev/github.com/isobit/cli#UsageErrorWrapper.Error
func (w UsageErrorWrapper) Unwrap() errorhttps://pkg.go.dev/github.com/isobit/cli#UsageErrorWrapper.Unwrap
https://pkg.go.dev/github.com/isobit/cli#pkg-constants
https://pkg.go.dev/github.com/isobit/cli#pkg-variables
View Sourcehttps://github.com/isobit/cli/blob/v0.11.0/help.go#L11
fmthttps://pkg.go.dev/fmt
Errorfhttps://pkg.go.dev/fmt#Errorf
https://pkg.go.dev/github.com/isobit/cli#pkg-functions
https://pkg.go.dev/github.com/isobit/cli#pkg-types
Beforerhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L19
https://pkg.go.dev/github.com/isobit/cli#Beforer
errorhttps://pkg.go.dev/builtin#error
CLIhttps://github.com/isobit/cli/blob/v0.11.0/cli.go#L11
https://pkg.go.dev/github.com/isobit/cli#CLI
iohttps://pkg.go.dev/io
Writerhttps://pkg.go.dev/io#Writer
iohttps://pkg.go.dev/io
Writerhttps://pkg.go.dev/io#Writer
LookupEnvFunchttps://pkg.go.dev/github.com/isobit/cli#LookupEnvFunc
SetterFunchttps://pkg.go.dev/github.com/isobit/cli#SetterFunc
NewCLIhttps://github.com/isobit/cli/blob/v0.11.0/cli.go#L52
https://pkg.go.dev/github.com/isobit/cli#NewCLI
CLIhttps://pkg.go.dev/github.com/isobit/cli#CLI
Buildhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L54
https://pkg.go.dev/github.com/isobit/cli#CLI.Build
CLIhttps://pkg.go.dev/github.com/isobit/cli#CLI
stringhttps://pkg.go.dev/builtin#string
CommandOptionhttps://pkg.go.dev/github.com/isobit/cli#CommandOption
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
errorhttps://pkg.go.dev/builtin#error
Newhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L46
https://pkg.go.dev/github.com/isobit/cli#CLI.New
CLIhttps://pkg.go.dev/github.com/isobit/cli#CLI
stringhttps://pkg.go.dev/builtin#string
CommandOptionhttps://pkg.go.dev/github.com/isobit/cli#CommandOption
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
Commandhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L31
https://pkg.go.dev/github.com/isobit/cli#Command
Buildhttps://github.com/isobit/cli/blob/v0.11.0/cli.go#L88
https://pkg.go.dev/github.com/isobit/cli#Build
stringhttps://pkg.go.dev/builtin#string
CommandOptionhttps://pkg.go.dev/github.com/isobit/cli#CommandOption
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
errorhttps://pkg.go.dev/builtin#error
Newhttps://github.com/isobit/cli/blob/v0.11.0/cli.go#L82
https://pkg.go.dev/github.com/isobit/cli#New
stringhttps://pkg.go.dev/builtin#string
CommandOptionhttps://pkg.go.dev/github.com/isobit/cli#CommandOption
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
AddCommandhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L143
https://pkg.go.dev/github.com/isobit/cli#Command.AddCommand
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
Applyhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L154
https://pkg.go.dev/github.com/isobit/cli#Command.Apply
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
HelpStringhttps://github.com/isobit/cli/blob/v0.11.0/help.go#L70
https://pkg.go.dev/github.com/isobit/cli#Command.HelpString
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
stringhttps://pkg.go.dev/builtin#string
Parsehttps://github.com/isobit/cli/blob/v0.11.0/command.go#L159
https://pkg.go.dev/github.com/isobit/cli#Command.Parse
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
ParseResulthttps://pkg.go.dev/github.com/isobit/cli#ParseResult
ParseArgshttps://github.com/isobit/cli/blob/v0.11.0/command.go#L172
https://pkg.go.dev/github.com/isobit/cli#Command.ParseArgs
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
stringhttps://pkg.go.dev/builtin#string
ParseResulthttps://pkg.go.dev/github.com/isobit/cli#ParseResult
SetDescriptionhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L136
https://pkg.go.dev/github.com/isobit/cli#Command.SetDescription
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
stringhttps://pkg.go.dev/builtin#string
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
SetHelphttps://github.com/isobit/cli/blob/v0.11.0/command.go#L131
https://pkg.go.dev/github.com/isobit/cli#Command.SetHelp
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
stringhttps://pkg.go.dev/builtin#string
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
WriteHelphttps://github.com/isobit/cli/blob/v0.11.0/help.go#L76
https://pkg.go.dev/github.com/isobit/cli#Command.WriteHelp
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
iohttps://pkg.go.dev/io
Writerhttps://pkg.go.dev/io#Writer
CommandOptionhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L449
https://pkg.go.dev/github.com/isobit/cli#CommandOption
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
WithDescriptionhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L465
https://pkg.go.dev/github.com/isobit/cli#WithDescription
stringhttps://pkg.go.dev/builtin#string
CommandOptionhttps://pkg.go.dev/github.com/isobit/cli#CommandOption
WithHelphttps://github.com/isobit/cli/blob/v0.11.0/command.go#L459
https://pkg.go.dev/github.com/isobit/cli#WithHelp
stringhttps://pkg.go.dev/builtin#string
CommandOptionhttps://pkg.go.dev/github.com/isobit/cli#CommandOption
ContextRunnerhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L15
https://pkg.go.dev/github.com/isobit/cli#ContextRunner
contexthttps://pkg.go.dev/context
Contexthttps://pkg.go.dev/context#Context
errorhttps://pkg.go.dev/builtin#error
ExitCoderhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L27
https://pkg.go.dev/github.com/isobit/cli#ExitCoder
inthttps://pkg.go.dev/builtin#int
LookupEnvFunchttps://github.com/isobit/cli/blob/v0.11.0/cli.go#L92
https://pkg.go.dev/github.com/isobit/cli#LookupEnvFunc
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
boolhttps://pkg.go.dev/builtin#bool
errorhttps://pkg.go.dev/builtin#error
ParseResulthttps://github.com/isobit/cli/blob/v0.11.0/command.go#L340
https://pkg.go.dev/github.com/isobit/cli#ParseResult
errorhttps://pkg.go.dev/builtin#error
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
Runhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L367
https://pkg.go.dev/github.com/isobit/cli#ParseResult.Run
ParseResulthttps://pkg.go.dev/github.com/isobit/cli#ParseResult
errorhttps://pkg.go.dev/builtin#error
RunFatalhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L405
https://pkg.go.dev/github.com/isobit/cli#ParseResult.RunFatal
ParseResulthttps://pkg.go.dev/github.com/isobit/cli#ParseResult
RunFatalWithContexthttps://github.com/isobit/cli/blob/v0.11.0/command.go#L411
https://pkg.go.dev/github.com/isobit/cli#ParseResult.RunFatalWithContext
ParseResulthttps://pkg.go.dev/github.com/isobit/cli#ParseResult
contexthttps://pkg.go.dev/context
Contexthttps://pkg.go.dev/context#Context
RunFatalWithSigCancelhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L428
https://pkg.go.dev/github.com/isobit/cli#ParseResult.RunFatalWithSigCancel
ParseResulthttps://pkg.go.dev/github.com/isobit/cli#ParseResult
RunWithContexthttps://github.com/isobit/cli/blob/v0.11.0/command.go#L373
https://pkg.go.dev/github.com/isobit/cli#ParseResult.RunWithContext
ParseResulthttps://pkg.go.dev/github.com/isobit/cli#ParseResult
contexthttps://pkg.go.dev/context
Contexthttps://pkg.go.dev/context#Context
errorhttps://pkg.go.dev/builtin#error
RunWithSigCancelhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L391
https://pkg.go.dev/github.com/isobit/cli#ParseResult.RunWithSigCancel
ParseResulthttps://pkg.go.dev/github.com/isobit/cli#ParseResult
errorhttps://pkg.go.dev/builtin#error
Runnerhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L11
https://pkg.go.dev/github.com/isobit/cli#Runner
errorhttps://pkg.go.dev/builtin#error
Setterhttps://github.com/isobit/cli/blob/v0.11.0/field.go#L358
https://pkg.go.dev/github.com/isobit/cli#Setter
stringhttps://pkg.go.dev/builtin#string
errorhttps://pkg.go.dev/builtin#error
SetterFunchttps://github.com/isobit/cli/blob/v0.11.0/cli.go#L94
https://pkg.go.dev/github.com/isobit/cli#SetterFunc
Setterhttps://pkg.go.dev/github.com/isobit/cli#Setter
Setuperhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L23
https://pkg.go.dev/github.com/isobit/cli#Setuper
Commandhttps://pkg.go.dev/github.com/isobit/cli#Command
UsageErrorWrapperhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L326
https://pkg.go.dev/github.com/isobit/cli#UsageErrorWrapper
errorhttps://pkg.go.dev/builtin#error
UsageErrorhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L313
https://pkg.go.dev/github.com/isobit/cli#UsageError
errorhttps://pkg.go.dev/builtin#error
UsageErrorWrapperhttps://pkg.go.dev/github.com/isobit/cli#UsageErrorWrapper
UsageErrorfhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L319
https://pkg.go.dev/github.com/isobit/cli#UsageErrorf
stringhttps://pkg.go.dev/builtin#string
UsageErrorWrapperhttps://pkg.go.dev/github.com/isobit/cli#UsageErrorWrapper
Errorhttps://github.com/isobit/cli/blob/v0.11.0/command.go#L334
https://pkg.go.dev/github.com/isobit/cli#UsageErrorWrapper.Error
UsageErrorWrapperhttps://pkg.go.dev/github.com/isobit/cli#UsageErrorWrapper
stringhttps://pkg.go.dev/builtin#string
Unwraphttps://github.com/isobit/cli/blob/v0.11.0/command.go#L330
https://pkg.go.dev/github.com/isobit/cli#UsageErrorWrapper.Unwrap
UsageErrorWrapperhttps://pkg.go.dev/github.com/isobit/cli#UsageErrorWrapper
errorhttps://pkg.go.dev/builtin#error
https://pkg.go.dev/github.com/isobit/cli#section-sourcefiles
View all Source fileshttps://github.com/isobit/cli/tree/v0.11.0
cli.gohttps://github.com/isobit/cli/blob/v0.11.0/cli.go
command.gohttps://github.com/isobit/cli/blob/v0.11.0/command.go
field.gohttps://github.com/isobit/cli/blob/v0.11.0/field.go
help.gohttps://github.com/isobit/cli/blob/v0.11.0/help.go
parse.gohttps://github.com/isobit/cli/blob/v0.11.0/parse.go
structtag.gohttps://github.com/isobit/cli/blob/v0.11.0/structtag.go
types.gohttps://github.com/isobit/cli/blob/v0.11.0/types.go
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.