conf

package
v0.0.0-...-3c6b07a Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	NG      = namegenerator.NewNameGenerator(seed)
	App     = kingpin.New("tsak", "[ tsak.clips ] CLIPS extended programmatic data-processing tool")
	Debug   = App.Flag("debug", "Enable debug mode.").Default("false").Bool()
	Color   = App.Flag("color", "--color : Enable colors on terminal --no-color : Disable colors .").Default("true").Bool()
	ID      = App.Flag("id", "Unique application ID").Default(xid.New().String()).String()
	Name    = App.Flag("name", "Application name").Default(NG.Generate()).String()
	VBanner = App.Flag("banner", "Display [ tsak.clips ] banner .").Default("false").Bool()

	Version = App.Command("version", "Display information about [ tsak.clips ]")
	VTable  = Version.Flag("table", "Display [ tsak.clips ] inner information .").Default("true").Bool()

	Shell = App.Command("shell", "Run tsak.clips in interactive shell")
)
View Source
var BVersion = fmt.Sprintf("%v.%v(rel %v)", Major, Min, Rel)
View Source
var Major = 0
View Source
var Min = 1
View Source
var Rel = 1

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