Documentation
¶
Overview ¶
Package dev provides the dev command for running development infrastructure
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Flags = []cli.Flag{ &cli.StringFlag{ Name: "data-dir", Usage: "persistent data storage directory", EnvVars: []string{"TINY_DATA_DIR"}, Value: "~/.config/tiny/data", }, }
Functions ¶
func ExpandPath ¶
ExpandPath is a helper function to expand a relative or home-relative path to an absolute path.
eg. ~/.someconf -> /home/alec/.someconf copied from github.com/alecthomas/kong
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.