@nogoo9/mcp-server-cloud-fs / tools/shell/parser / Redirect
Interface: Redirect
Defined in: tools/shell/parser.ts:15
Parsed redirection attached to the pipeline.
Properties
mode
mode:
"write"|"append"|"read"
Defined in: tools/shell/parser.ts:17
"write" = >, "append" = >>, "read" = <
path
path:
string
Defined in: tools/shell/parser.ts:19
Cloud URI target.
