We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b07903 commit 40327fdCopy full SHA for 40327fd
README.md
@@ -135,7 +135,7 @@ import {x} from 'tinyexec';
135
import {tokenizeArgs} from 'args-tokenizer';
136
137
const commandString = 'echo "Hello, World!"';
138
-const [command, ...args] = tokenize(commandString);
+const [command, ...args] = tokenizeArgs(commandString);
139
const result = await x(command, args);
140
141
result.stdout; // Hello, World!
0 commit comments