# Functions
No description provided by the author
No description provided by the author
DottedPathToCommandOrFlag1 searches the matched CmdS or Flag with the specified dotted-path.
No description provided by the author
EraseAnyWSs eats any whitespaces inside the giving string s.
No description provided by the author
NewFVP gets a new FlagValuePkg done.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
AddonsGroup for commands and flags.
AliasesGroup for commands and flags.
DefaultEditor is 'vim'.
ExternalToolEditor environment variable name, EDITOR is fit for most of the shells.
ExternalToolPasswordInput enables secure password input without echo.
ExtGroup for commands and flags.
SysMgmtGroup for commands and flags.
UnsortedGroup for commands and flags.
# Variables
obs.
obs.
flag cannot be set more than one time.
flag need a prerequisite flag exists.
ErrRequiredFlag means required flag must be set explicitly.
cmdr should fall back to the default internal impl, such as defaultAction, ....
cmdr should end the parsing loop ASAP, instead old ErrShouldBeStopException.
ErrUnmatchedCommand means Unmatched command found.
ErrUnmatchedFlag means Unmatched flag found.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
Config for cmdr system,.
No description provided by the author
No description provided by the author
No description provided by the author
LoadedSource is a package which contains all loaded files/sources.
No description provided by the author
No description provided by the author
No description provided by the author
WalkBackwardsCtx used by WalkBackwards.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Loader interface for external loaders.
No description provided by the author
No description provided by the author
QueryLoadedSources will be available if a loader allows which loaded sources are queried.
Runner interface for a cmdr workerS.
SingleFileLoadable finds out a loader if it supports loading single file.
WriteBackHandler is same with [store.Writable].
# Type aliases
No description provided by the author
No description provided by the author
LoadedSources collect the assorted sources.
No description provided by the author
OnChangingHandler handles when a flag has been setting by parsing command-line args, loading from external sources and other cases.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
OnParseValueHandler could be used for parsing value string as you want, and/or check the validation of the input value or flag, and so on.
No description provided by the author
No description provided by the author
No description provided by the author
Opt for cmdr system.
Task is used for WithTasksBeforeRun, WithTasksBeforeParse, and Config.TasksAfterRun ..
WalkBackwardsCB is a callback functor used by WalkBackwards.
No description provided by the author
No description provided by the author
No description provided by the author