Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 413 Bytes

chan_cmd.md

File metadata and controls

19 lines (10 loc) · 413 Bytes

cmd

This channel forwards messages to a shell's stdin, and messages written to the shell's stdout and stderr are emitted.

Options

  1. name (string) is an opaque string used is reports about this Process.

  2. command (string) is the name of the program.

    Subject to expansion.

  3. args ([]string) is the list of command-line arguments for the program.

    Subject to expansion.