Module cmdreader

Module cmdreader 

Source
Expand description

CLI stdin reader for WSH command-line interface. Port of Go’s pkg/wshutil/wshcmdreader.go.

Reads JSON-RPC messages from stdin for the wsh CLI tool. Supports both single-shot commands and interactive mode.

Structs§

CmdReader
CLI stdin reader that parses JSON-RPC messages from standard input.