Properties
_parser
_parser: Parser
config
macros
macros: object
Accessors
nl
-
Returns this
parser
-
Returns Parser
Methods
columns
-
Parameters
-
data: any
-
-
Default value ret: boolean = false
Returns any
dump
- dump(...args: any[]): void
-
Parameters
Returns void
dumpp
- dumpp(...args: any[]): void
-
Parameters
Returns void
error
- error(text: string): this
-
Parameters
Returns this
line
- line(text?: string): this
-
Parameters
-
Default value text: string = ""
Returns this
macro
- macro(name: string, fn?: Function): any
-
Parameters
-
name: string
-
Optional fn: Function
Returns any
onExecuteCommandParse
-
Parameters
Returns void
onExecuteCommandParsed
-
Parameters
Returns void
parse
- parse(text: string, force?: boolean): string
-
Parameters
-
text: string
-
Default value force: boolean = false
Returns string
Protected styleString
- styleString(style: any, text: any): void
-
Parameters
Returns void
styles
- styles(styles: any): void
-
Parameters
Returns void
success
- success(text: string): this
-
Parameters
Returns this
table
- table(options?: any): any[]
-
Parameters
-
Default value options: any = {}
Returns any[]
tree
- tree(label: string, nodes: any[]): this
-
Parameters
-
label: string
-
nodes: any[]
Returns this
warning
- warning(text: string): this
-
Parameters
Returns this
write
- write(text: string): this
-
Parameters
Returns this
writeln
- writeln(text?: string): this
-
Parameters
-
Default value text: string = ""
Returns this
dump parsed stuff, so no colors