constants

package
v0.0.0-...-6f3d572 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FlagNoShortName rune = -1 // Runes are actually int32. Negative values indicate unknown rune

	NoDrawLinePrefix = "  "
	// https://en.wikipedia.org/wiki/List_of_Unicode_characters#Box_Drawing
	UsageBoxUpDown        = "\u2503" // ┃
	UsageBoxLeftRightDown = "\u2533" // ┳
	UsageBoxLeftRight     = "\u2501" // ━
	UsageBoxRightDown     = "\u250f" // ┏
	UsageBoxLeftUp        = "\u251b" // ┛
	UsageBoxLeftDown      = "\u2513" // ┓
)

Variables

View Source
var (
	BoolStringValues = []string{
		"1",
		"t",
		"T",
		"true",
		"TRUE",
		"True",
		"0",
		"f",
		"F",
		"false",
		"FALSE",
		"False",
	}
)

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