Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuiltinAnalyzerOptionProvider ¶
type BuiltinAnalyzerOptionProvider = func() analysis.AnalyzerOption
type BuiltinFSProvider ¶
type RootCmd ¶
func NewRootCmd ¶
func NewRootCmd(commandName string, builtinFSProvider BuiltinFSProvider, managerOpts ...document.ManagerOpt) *RootCmd
Creates a new RootCmd params:
commandName: what to call the base command in examples (e.g., "starlark-lsp", "tilt lsp") builtinFSProvider: provides an fs.FS from which tilt builtin docs should be read if nil, a --builtin-paths param will be added for specifying paths managerOpts: a variable number of ManagerOpt arguments to configure the document manager.
Click to show internal directories.
Click to hide internal directories.