options

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2025 License: ISC Imports: 0 Imported by: 0

Documentation

Overview

Package options defines the global options of this tool.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	Storage     string `name:"storage" help:"The storage file." type:"file" default:"storage.yml" env:"CHEERGO_STORAGE"`
	ShoutrrrURL string `name:"shoutrrr-url" help:"The URL for Shoutrrr." required:"true" env:"CHEERGO_SHOUTRRR_URL"`
	GitHubUser  string `name:"github-user" help:"The name of the user to monitor." required:"true" env:"CHEERGO_GITHUB_USER"`
	LLMApiKey   string `` /* 142-byte string literal not displayed */
	LLMBaseURL  string `name:"llm-base-url" help:"Base URL for LLM API." default:"https://openrouter.ai/api/v1" env:"CHEERGO_LLM_BASE_URL"`
	LLMModel    string `name:"llm-model" help:"LLM model to use." default:"google/gemini-2.5-flash-lite-preview-06-17" env:"CHEERGO_LLM_MODEL"`
	Verbose     bool   `name:"verbose" help:"Enable verbose (debug) logging." env:"CHEERGO_VERBOSE"`
}

Options represents the global options of this tool.

Jump to

Keyboard shortcuts

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