mirror of
https://github.com/containers/podman.git
synced 2026-01-24 22:10:10 -05: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>
3 lines
95 B
Plaintext
3 lines
95 B
Plaintext
go-shlex is a simple lexer for go that supports shell-style quoting,
|
|
commenting, and escaping.
|