options

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2024 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 {
	Watchables string `` /* 128-byte string literal not displayed */
	GitName    string `name:"git-name" help:"The name to create a commit with." default:"Basechange" env:"BASECHANGE_GIT_NAME"`
	GitEmail   string `name:"git-email" help:"The email to create a commit with." default:"basechange@github.com" env:"BASECHANGE_GIT_EMAIL"`
	Debug      bool   `name:"debug" help:"Print debug messages." default:"false"`
}

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