Documentation
¶
Overview ¶
Package config handles the parsing and storage of command-line flags and other application-wide configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
DryRun bool
Help bool
IgnoreBreakpoints bool
Interactive bool
JustList bool
MarkdownDir string
Filter string
NoStyling bool
Quiet bool
Recursive bool
StartFrom string
StartFromFile string
StartFromStage string
DebugFrom string
DebugFromFile string
DebugFromStage string
DebugFromChunk string
MinutesToTimeout int
UpdateFile bool
Verbose bool
View string
Env []string
Rootdir string
}
Config holds all the configuration for the markdown-runner.
Click to show internal directories.
Click to hide internal directories.