Skip to main content

Module cli

Module cli 

Source

Structs§

CliRequest
InspectDatabasesArgs
InspectIndexesArgs
InspectSchemaArgs
InspectTableArgs
InspectTablesArgs
InspectViewsArgs
ParseError
One structural or argument-shaped rejection, decided before anything ran.
Parsed
What parse_args resolved, plus the stream redirection it installed.
PipeInit
PsqlAdminRequest
PsqlUnsupportedRequest
SkillAdminOptions
SkillAdminRequest

Enums§

InspectAction
Schema-discovery request, already narrowed to the shape that matched.
Mode
PsqlAdminAction
SkillAdminAction
SkillAgentSelection
SkillScope

Functions§

build_cli
The whole canonical CLI: one registry that is the single source for argv parsing, typed values, which argument mixes are legal, each mix’s output contract, --help, and docs/cli.md.
parse_args
Resolve argv into one mode, or answer --help/--version/--docs.
parse_params