md ~master (2021-12-17T15:33:03.2148957)
Dub
Repo
DefaultCommand
commands
main
Undocumented in source.
@
CommandDefault
("Execute code block in markdown.")
struct
DefaultCommand {
@
CommandPositionalArg
(0, "file", "Markdown file (.md)")
Nullable
!
string
file
;
@
CommandArgGroup
("Options")
@
CommandNamedArg
("quiet|q", "Only print warnings and errors")
Nullable
!
bool
quiet
;
@
CommandArgGroup
("Options")
@
CommandNamedArg
("verbose|v", "Print diagnostic output")
Nullable
!
bool
verbose
;
int
onExecute
();
}
Members
Functions
onExecute
int
onExecute
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
file
Nullable
!
string
file
;
Undocumented in source.
quiet
Nullable
!
bool
quiet
;
Undocumented in source.
verbose
Nullable
!
bool
verbose
;
Undocumented in source.
Meta
Source
See Implementation
commands
main
enums
BlockType
functions
escapeSystemPath
evaluate
getBlockName
isDisabledBlock
isGlobalBlock
isSingleBlock
isTrue
loadCurrentProjectName
parseMarkdown
setAttribute
structs
Code
CodeAggregator
DefaultCommand
ParseResult