start

package
v2.5.1 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const SIGINFO syscall.Signal = 29

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	Title              string
	Procfile           string
	Root               string
	Timeout            int
	NoPort             bool
	PortBase, PortStep int
	ProcNames          string
	IgnoredProcNames   string
	SocketPath         string
	Network            string
	CanDie             string
	AnyCanDie          bool
	AutoRestart        string
	Colors             []int
	ShowTimestamps     bool
	Formation          map[string]int
	FormationPortStep  int
	StopSignals        map[string]syscall.Signal
	Daemonize          bool
	TmuxConfigPath     string
	Shell              string
}

Handler handles args and flags for the start command

func (*Handler) AbsRoot

func (h *Handler) AbsRoot() (string, error)

AbsRoot returns absolute path to the working directory

func (*Handler) Run

func (h *Handler) Run(c *cli.Context) error

Run runs the start command

Jump to

Keyboard shortcuts

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