configcmd

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ConfigCmd = &cobra.Command{
	Use:   "config <field> <value>",
	Short: "Set align configuration values",
	Long: `Set align configuration values in ~/.align/config.

Valid fields:

  github.limits.burst                 burstable rate for the GitHub client (default: 25)
  github.limits.requests_per_second   maximum requests per second for the GitHub client (default: 10)`,
	Args:      cobra.ExactArgs(2),
	Run:       configFunc,
	ValidArgs: configValidArgs,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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