Versions in this module Expand all Collapse all v0 v0.6.0 Aug 26, 2026 v0.5.0 Aug 18, 2026 v0.4.4 Aug 12, 2026 v0.4.3 Aug 12, 2026 v0.4.2 Aug 11, 2026 v0.4.1 Aug 4, 2026 v0.4.0 Aug 4, 2026 Changes in this version + func BannerLine(th style.Theme, msg string) string + func BannerMessage(err error) string v0.3.0 Jul 17, 2026 Changes in this version + func Analyze(opts Options, path string, jsonOut bool) error + func LSP(opts Options, lspOpts LSPOptions) error + func VersionCheck(opts Options, asJSON bool) error + type CompatibilityResult struct + Compatible bool + Development bool + Installed string + Required string + Runefile string + type LSPOptions struct + LogFile string + LogLevel string type Options + IgnoreVersion bool + MCPAllowIgnoreVersion bool v0.2.0 Jul 2, 2026 Changes in this version type Options + ColorStderr bool + ColorStdout bool v0.1.0 Jun 10, 2026 Changes in this version + const ExitInterrupt + const ExitSuccess + const ExitTaskFail + const ExitUsage + const ExitValidation + func CodeFor(err error) int + func Run(opts Options, args []string) error + func ServeMCP(opts Options, useHTTP bool, addr, tokenFile string) error + type Interrupted struct + Err error + func (e *Interrupted) Error() string + func (e *Interrupted) Unwrap() error + type Options struct + Choose bool + ClearCache bool + Color bool + Commands []string + Ctx context.Context + Cwd string + DryRun bool + Dump bool + DumpFormat string + File string + Fmt bool + List bool + Quiet bool + Set []string + Stderr io.Writer + Stdin io.Reader + Stdout io.Writer + Summary bool + Version string + Watch bool + Yes bool + type TaskCandidate struct + Doc string + Name string + func TaskCandidates(opts Options) []TaskCandidate + type TaskFailure struct + Err error + Silent bool + func (e *TaskFailure) Error() string + func (e *TaskFailure) Unwrap() error + type UsageError struct + Err error + func (e *UsageError) Error() string + func (e *UsageError) Unwrap() error + type ValidationError struct + Err error + func (e *ValidationError) Error() string + func (e *ValidationError) Unwrap() error