cmd

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jul 17, 2025 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Main

func Main(version string) *kong.Kong

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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