Skip to content

exec: allow shell-styled expression#16

Merged
ktock merged 1 commit intomainfrom
parseprompt
May 16, 2022
Merged

exec: allow shell-styled expression#16
ktock merged 1 commit intomainfrom
parseprompt

Conversation

@ktock
Copy link
Copy Markdown
Owner

@ktock ktock commented May 16, 2022

Allow using shell-styled quoting and escaping

e.g.

>>> exec sh -c "echo \"hello world\""
hello world

Allow using shell-styled quoting and escaping

e.g.

```
>>> exec sh -c "echo \"hello world\""
hello world
```

Signed-off-by: Kohei Tokunaga <[email protected]>
@ktock ktock merged commit 6f9c29d into main May 16, 2022
@ktock ktock deleted the parseprompt branch May 16, 2022 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant