Versions in this module Expand all Collapse all v1 v1.1.1 Jul 13, 2025 Changes in this version + var CommandRegistry []func(*flags.Parser, *config.GlobalOptions) + func RegisterCommand(registerFunc func(*flags.Parser, *config.GlobalOptions)) + type AnalyzeCommand struct + func NewAnalyzeCommand(globals *config.GlobalOptions) *AnalyzeCommand + func (cmd *AnalyzeCommand) Clone() parser.Task + func (cmd *AnalyzeCommand) Close() + func (cmd *AnalyzeCommand) Execute(args []string) error + func (cmd *AnalyzeCommand) Name() string + func (cmd *AnalyzeCommand) ReportResults() error + func (cmd *AnalyzeCommand) SetProjectDir(dir string) + func (cmd *AnalyzeCommand) Visit(file *ast.File, fset *token.FileSet, typeInfo *types.Info) + type ParserCommand interface + type StatisticsCommand struct + func NewStatisticsCommand(globals *config.GlobalOptions) *StatisticsCommand + func (cmd *StatisticsCommand) Clone() parser.Task + func (cmd *StatisticsCommand) Close() + func (cmd *StatisticsCommand) Execute(args []string) error + func (cmd *StatisticsCommand) Name() string + func (cmd *StatisticsCommand) ReportResults() error + func (cmd *StatisticsCommand) SetProjectDir(dir string) + func (cmd *StatisticsCommand) Visit(file *ast.File, fset *token.FileSet, typeInfo *types.Info)