@pvm/viz
Properties
default
• default: { configExt
: RecursivePartial
<Config
> ; factory
: PluginFactory
; name
: string
= __filename } | { factory
: PluginFactory
; name
: string
= __filename } | { configExt
: RecursivePartial
<Config
> ; name
: string
= __filename }
Variables
command
• command: "viz <files..>"
Defined in
packages/pvm-viz/cli/pvm-viz.ts:8
description
• description: "Graphviz pvm cli wrapper"
Defined in
packages/pvm-viz/cli/pvm-viz.ts:9
Functions
builder
â–¸ Const
builder(yargs
): Argv
<Object
>
Parameters
Name | Type |
---|---|
yargs | Argv <Object > |
Returns
Argv
<Object
>
Defined in
packages/pvm-viz/cli/pvm-viz.ts:10
handler
â–¸ Const
handler(argv
): Promise
<void
>
Parameters
Name | Type |
---|---|
argv | any |
Returns
Promise
<void
>
Defined in
packages/pvm-viz/cli/pvm-viz.ts:14
renderDot
â–¸ renderDot(dot
): Promise
<string
>
Parameters
Name | Type |
---|---|
dot | string |
Returns
Promise
<string
>