Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AnalyzeCmd ¶
type AnalyzeCmd struct {
Users []string `arg:"" optional:"" help:"Usernames to analyze (e.g., user1 user2)."`
}
func (*AnalyzeCmd) Run ¶
func (c *AnalyzeCmd) Run() error
type CLI ¶
type CLI struct {
Version VersionCmd `cmd:"version" help:"Show version information."`
Analyze AnalyzeCmd `cmd:"analyze" help:"Analyze users and generate reports."`
Settings SettingsCmd `cmd:"settings" help:"Opens the settings file in the editor."`
}
type SettingsCmd ¶
type SettingsCmd struct{}
func (*SettingsCmd) Run ¶
func (c *SettingsCmd) Run() error
type VersionCmd ¶
type VersionCmd struct {
// contains filtered or unexported fields
}
func (*VersionCmd) Run ¶
func (c *VersionCmd) Run() error
Click to show internal directories.
Click to hide internal directories.