Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
AsDaemon bool `short:"D" long:"daemon,background" description:"run as a daemon in the background"`
Description string `short:"d" long:"desc,description" description:"service {description} as presented to clients"`
InputFile string `short:"i" long:"input" description:"read stdin from a {file}"`
OutputFile string `short:"o" long:"output" description:"write stdout to a {file}"`
ErrorFile string `short:"e" long:"error" description:"write stderr to a {file}"`
UseStdIn bool `short:"I" long:"stdin" description:"pipe stdin to the process"`
UseStdOut bool `short:"O" long:"stdout" description:"pipe stdout from the process"`
UseStdErr bool `short:"E" long:"stderr" description:"pipe stderr from the process"`
}
Click to show internal directories.
Click to hide internal directories.