Class: MassargExample
example.MassargExample
Constructors
constructor
• new MassargExample(config
): MassargExample
Parameters
Name | Type | Description |
---|---|---|
config | Object | - |
config.description? | string | Description of the example. This will appear as a title above the input/output line(s). |
config.input? | string | Input of the example. This will appear as a line below the description, with a $ prefix. The prefix can be changed using the help() function on the command. |
config.output? | string | Output of the example. This will appear as a line below the input, with a > prefix. The prefix can be changed using the help() function on the command. |
Returns
Defined in
Properties
description
• description: undefined
| string
Defined in
input
• input: undefined
| string
Defined in
output
• output: undefined
| string