Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AskCmd ¶
type AskCmd struct {
Query string `arg:"" help:"Natural language query to convert to SQL."`
}
type GUICmd ¶
type GUICmd struct {
Port int `help:"Port to listen on." short:"P" default:"8080"`
NoOpen bool `help:"Do not open browser automatically."`
Dev bool `help:"Allow http://localhost:5173 as an origin so the Vite dev server can talk to this API."`
}
Click to show internal directories.
Click to hide internal directories.