mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
Use github.com/google/shlex for splitting commands instead of splitting at whitespaces. This way, we avoid accidentally splitting single string arguments into mutliple ones. Signed-off-by: Valentin Rothberg <vrothberg@suse.com> |
||
|---|---|---|
| .. | ||
| COPYING | ||
| README | ||
| shlex.go | ||
go-shlex is a simple lexer for go that supports shell-style quoting, commenting, and escaping.