Documentation
¶
Index ¶
- func ApplySubmissionResults(cliData api.CLIData, failure *api.StructuredErrCLI, ch chan tea.Msg)
- func CLIChecks(cliData api.CLIData, overrideBaseURL string, ch chan tea.Msg) (results []api.CLIStepResult)
- func ExtractTmdlBlock(input, query string) string
- func InterpolateVariables(template string, vars map[string]string) string
- func InterpolationNames(template string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApplySubmissionResults ¶ added in v1.20.6
func ExtractTmdlBlock ¶ added in v1.24.0
Find the first line whose left-trimmed text has prefix `query`, and return the "item block": that line plus following lines until the next non-empty line with indent <= the matched line's indent
func InterpolateVariables ¶ added in v1.11.1
func InterpolationNames ¶ added in v1.29.2
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.