subcmd

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 20, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

View Source
const DefaultSSEServerAddr = "localhost:5000"

Variables

This section is empty.

Functions

This section is empty.

Types

type ExtractCallGraphCmd

type ExtractCallGraphCmd struct {
	// contains filtered or unexported fields
}

func (*ExtractCallGraphCmd) Execute

func (*ExtractCallGraphCmd) Name

func (*ExtractCallGraphCmd) Name() string

func (*ExtractCallGraphCmd) SetFlags

func (p *ExtractCallGraphCmd) SetFlags(f *flag.FlagSet)

func (*ExtractCallGraphCmd) Synopsis

func (*ExtractCallGraphCmd) Synopsis() string

func (*ExtractCallGraphCmd) Usage

func (*ExtractCallGraphCmd) Usage() string

type ExtractDeclarationsCmd

type ExtractDeclarationsCmd struct {
	// contains filtered or unexported fields
}

func (*ExtractDeclarationsCmd) Execute

func (*ExtractDeclarationsCmd) Name

func (*ExtractDeclarationsCmd) SetFlags

func (p *ExtractDeclarationsCmd) SetFlags(f *flag.FlagSet)

func (*ExtractDeclarationsCmd) Synopsis

func (*ExtractDeclarationsCmd) Synopsis() string

func (*ExtractDeclarationsCmd) Usage

func (*ExtractDeclarationsCmd) Usage() string

type ExtractPackageDependenciesCmd

type ExtractPackageDependenciesCmd struct {
	// contains filtered or unexported fields
}

func (*ExtractPackageDependenciesCmd) Execute

func (*ExtractPackageDependenciesCmd) Name

func (*ExtractPackageDependenciesCmd) SetFlags

func (p *ExtractPackageDependenciesCmd) SetFlags(f *flag.FlagSet)

func (*ExtractPackageDependenciesCmd) Synopsis

func (*ExtractPackageDependenciesCmd) Usage

type GetContentCmd

type GetContentCmd struct{}

func (*GetContentCmd) Execute

func (*GetContentCmd) Name

func (*GetContentCmd) Name() string

func (*GetContentCmd) SetFlags

func (*GetContentCmd) SetFlags(f *flag.FlagSet)

func (*GetContentCmd) Synopsis

func (*GetContentCmd) Synopsis() string

func (*GetContentCmd) Usage

func (*GetContentCmd) Usage() string

type GithubCmd

type GithubCmd struct {
	// contains filtered or unexported fields
}

func (*GithubCmd) Execute

func (c *GithubCmd) Execute(
	ctx context.Context,
	f *flag.FlagSet,
	args ...any,
) subcommands.ExitStatus

func (*GithubCmd) Name

func (*GithubCmd) Name() string

func (*GithubCmd) SetFlags

func (c *GithubCmd) SetFlags(f *flag.FlagSet)

func (*GithubCmd) Synopsis

func (*GithubCmd) Synopsis() string

func (*GithubCmd) Usage

func (*GithubCmd) Usage() string

type GoDocCmd

type GoDocCmd struct {
	// contains filtered or unexported fields
}

func (*GoDocCmd) Execute

func (c *GoDocCmd) Execute(
	ctx context.Context,
	f *flag.FlagSet,
	args ...any,
) subcommands.ExitStatus

func (*GoDocCmd) Name

func (c *GoDocCmd) Name() string

func (*GoDocCmd) SetFlags

func (c *GoDocCmd) SetFlags(f *flag.FlagSet)

func (*GoDocCmd) Synopsis

func (c *GoDocCmd) Synopsis() string

func (*GoDocCmd) Usage

func (c *GoDocCmd) Usage() string

type GoDocReadCmd

type GoDocReadCmd struct {
	// contains filtered or unexported fields
}

GoDocReadCmd is a subcommand for reading Go documentation.

func (*GoDocReadCmd) Execute

func (p *GoDocReadCmd) Execute(
	_ context.Context,
	f *flag.FlagSet,
	_ ...any,
) subcommands.ExitStatus

func (*GoDocReadCmd) Name

func (c *GoDocReadCmd) Name() string

func (*GoDocReadCmd) SetFlags

func (c *GoDocReadCmd) SetFlags(f *flag.FlagSet)

func (*GoDocReadCmd) Synopsis

func (c *GoDocReadCmd) Synopsis() string

func (*GoDocReadCmd) Usage

func (c *GoDocReadCmd) Usage() string

type GoDocSearchCmd

type GoDocSearchCmd struct{}

GoDocSearchCmd is a subcommand for searching Go documentation.

func (*GoDocSearchCmd) Execute

func (c *GoDocSearchCmd) Execute(
	_ context.Context,
	f *flag.FlagSet,
	_ ...any,
) subcommands.ExitStatus

func (*GoDocSearchCmd) Name

func (c *GoDocSearchCmd) Name() string

func (*GoDocSearchCmd) SetFlags

func (c *GoDocSearchCmd) SetFlags(f *flag.FlagSet)

func (*GoDocSearchCmd) Synopsis

func (c *GoDocSearchCmd) Synopsis() string

func (*GoDocSearchCmd) Usage

func (c *GoDocSearchCmd) Usage() string

type LocalSearchCmd

type LocalSearchCmd struct {
	// contains filtered or unexported fields
}

func (*LocalSearchCmd) Execute

func (p *LocalSearchCmd) Execute(
	_ context.Context,
	f *flag.FlagSet,
	_ ...any,
) subcommands.ExitStatus

func (*LocalSearchCmd) Name

func (*LocalSearchCmd) Name() string

func (*LocalSearchCmd) SetFlags

func (p *LocalSearchCmd) SetFlags(f *flag.FlagSet)

func (*LocalSearchCmd) Synopsis

func (*LocalSearchCmd) Synopsis() string

func (*LocalSearchCmd) Usage

func (*LocalSearchCmd) Usage() string

type MarkdownCmd

type MarkdownCmd struct {
	// contains filtered or unexported fields
}

func (*MarkdownCmd) Execute

func (p *MarkdownCmd) Execute(
	ctx context.Context,
	f *flag.FlagSet,
	args ...interface{},
) subcommands.ExitStatus

func (*MarkdownCmd) Name

func (*MarkdownCmd) Name() string

func (*MarkdownCmd) SetFlags

func (p *MarkdownCmd) SetFlags(f *flag.FlagSet)

func (*MarkdownCmd) Synopsis

func (*MarkdownCmd) Synopsis() string

func (*MarkdownCmd) Usage

func (*MarkdownCmd) Usage() string

type SearchCodeCmd

type SearchCodeCmd struct {
	// contains filtered or unexported fields
}

func (*SearchCodeCmd) Execute

func (c *SearchCodeCmd) Execute(
	_ context.Context,
	f *flag.FlagSet,
	_ ...any,
) subcommands.ExitStatus

func (*SearchCodeCmd) Name

func (*SearchCodeCmd) Name() string

func (*SearchCodeCmd) SetFlags

func (c *SearchCodeCmd) SetFlags(f *flag.FlagSet)

func (*SearchCodeCmd) Synopsis

func (*SearchCodeCmd) Synopsis() string

func (*SearchCodeCmd) Usage

func (*SearchCodeCmd) Usage() string

type ServeCmd

type ServeCmd struct {
	// contains filtered or unexported fields
}

func (*ServeCmd) Execute

func (p *ServeCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...any) subcommands.ExitStatus

func (*ServeCmd) Name

func (*ServeCmd) Name() string

func (*ServeCmd) SetFlags

func (p *ServeCmd) SetFlags(f *flag.FlagSet)

func (*ServeCmd) Synopsis

func (*ServeCmd) Synopsis() string

func (*ServeCmd) Usage

func (*ServeCmd) Usage() string

type TreeCmd

type TreeCmd struct {
	// contains filtered or unexported fields
}

func (*TreeCmd) Execute

func (p *TreeCmd) Execute(ctx context.Context, f *flag.FlagSet, _ ...any) subcommands.ExitStatus

func (*TreeCmd) Name

func (*TreeCmd) Name() string

func (*TreeCmd) SetFlags

func (p *TreeCmd) SetFlags(f *flag.FlagSet)

func (*TreeCmd) Synopsis

func (*TreeCmd) Synopsis() string

func (*TreeCmd) Usage

func (*TreeCmd) Usage() string

type TreeRepoCmd

type TreeRepoCmd struct {
	// contains filtered or unexported fields
}

func (*TreeRepoCmd) Execute

func (c *TreeRepoCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...any) subcommands.ExitStatus

func (*TreeRepoCmd) Name

func (*TreeRepoCmd) Name() string

func (*TreeRepoCmd) SetFlags

func (c *TreeRepoCmd) SetFlags(f *flag.FlagSet)

func (*TreeRepoCmd) Synopsis

func (*TreeRepoCmd) Synopsis() string

func (*TreeRepoCmd) Usage

func (*TreeRepoCmd) Usage() string

type ValidateCmd

type ValidateCmd struct {
	// contains filtered or unexported fields
}

func (*ValidateCmd) Execute

func (p *ValidateCmd) Execute(ctx context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus

func (*ValidateCmd) Name

func (*ValidateCmd) Name() string

func (*ValidateCmd) SetFlags

func (p *ValidateCmd) SetFlags(f *flag.FlagSet)

func (*ValidateCmd) Synopsis

func (*ValidateCmd) Synopsis() string

func (*ValidateCmd) Usage

func (*ValidateCmd) Usage() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL