mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-06 00:45:43 +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>
2 lines
95 B
Text
2 lines
95 B
Text
go-shlex is a simple lexer for go that supports shell-style quoting,
|
|
commenting, and escaping.
|