Documentation
¶
Overview ¶
Package cli provides the command-line interface logic for db-catalyst.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
ConfigPath string
Out string
DryRun bool
ListQueries bool
StrictConfig bool
Verbose bool
NoJSONTags bool
EmitJSONTags bool
EmitPointersForNull bool
SQLDialect string
SQLOutput bool
EmitIFNotExists bool
ClearCache bool
Database string
Args []string
}
Options holds the configuration derived from command-line arguments.
Click to show internal directories.
Click to hide internal directories.