Skip to content

@nogoo9/mcp-server-cloud-fs / tools/shell/parser / tokenize

Function: tokenize()

tokenize(input): string[]

Defined in: tools/shell/parser.ts:47

Tokenize a shell command string. Handles single quotes, double quotes, and backslash escapes.

Parameters

input

string

Returns

string[]

Released under the PolyForm Shield 1.0.0 License.