You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Motivation for the change, related issues
Pre-requisite for
#2699. Empowers
developers to create terminal-enabled apps by exporting the
`splitShellCommand()` utility that was internal before.
```ts
import { splitShellCommand } from "@php-wasm/util";
splitShellCommand('wp create post --title="Great post title!"');
['wp', 'create', 'post', '--title=Great post title!']
```
0 commit comments