truthy

package
v0.0.0-...-72dfa07 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2019 License: GPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TRUE_HELP = "\xffDo nothing and succeed at it." +
		"Usage: {{.Name}} [ignored command line arguments]" +
		"\n" +
		"Global options:" +
		"{{range .Flags}}" +
		"\n\t" +
		"\t{{with .Short}}" + "-{{.}}," + "{{end}}" +
		"\t{{with .Long}}" + "--{{.}}" + "{{end}}" +
		"\t{{.Description}}" +
		"{{with .DefaultValue}}" +
		" (default: {{.}})" +
		"{{end}}" +
		"{{if .Obligatory}}" +
		" (*)" +
		"{{end}}" +
		"{{end}}\n"
)

Variables

This section is empty.

Functions

func True

func True()

Types

type TrueOptions

type TrueOptions struct {
	Version bool          `goptions:"--version, description='output version information and exit'"`
	Help    goptions.Help `goptions:"-h, --help, description='print this message'"`
}

Jump to

Keyboard shortcuts

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