dev

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2025 License: MIT Imports: 10 Imported by: 0

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

func ExpandPath(path string) string

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

func Run

func Run(c *cli.Context) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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