Skip to content

@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.

Released under the PolyForm Shield 1.0.0 License.