plugin

Name

netid.exe -plugin – I/O-version of the plugin interface

Synopsis

netid.exe -plugin [stdio -verbose]|
    [file -in <full_path> -out <full_path> -verbose]

Description

The plugin command is used for I/O-version of the plugin interface.

Options

stdio

Read from stdin and write the response to stdout.

-verbose

Allow more information to trace. Suitable for web-extension development.

file

Change stdin/stdout to normal files during development.

-in <full_path>

File to read from.

-out <full_path>

File to write to.

-verbose

Allow more information to trace. Suitable for web-extension development.