Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DebugConfig ¶
type DebugConfig struct { // InvokeFlag is a flag to configure the launched debugger and the commaned executed on the debugger. InvokeFlag string // OnFlag is a flag to configure the timing of launching the debugger. OnFlag string }
DebugConfig is a user-specified configuration for the debugger.
type DebuggableCmd ¶
type DebuggableCmd interface { // NewDebugger returns the new *cobra.Command with support for the debugger with recognizing DebugConfig. NewDebugger(*DebugConfig) *cobra.Command }
DebuggableCmd is a command that supports debugger with recognizing the user-specified DebugConfig.
Click to show internal directories.
Click to hide internal directories.