Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Log is whether to log debug statements. Log bool // Headless is whether to run without terminal. Headless bool // APIVersion is the requested API version while running headless APIVersion int // AcceptMulti allows multiple clients to connect to the same server AcceptMulti bool // Addr is the debugging server listen address. Addr string // InitFile is the path to initialization file. InitFile string // BuildFlags is the flags passed during compiler invocation. BuildFlags string // WorkingDir is the working directory for running the program. WorkingDir string // RootCommand is the root of the command tree. RootCommand *cobra.Command )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.