Open tamalsaha opened 3 years ago
https://github.com/alessio/shellescape Escape arbitrary strings for safe use as command line arguments.
https://github.com/kballard/go-shellquote Shellquote provides utilities for joining/splitting strings using sh's word-splitting rules.
https://github.com/google/shlex go-shlex is a simple lexer for go that supports shell-style quoting, commenting, and escaping.
https://github.com/alessio/shellescape Escape arbitrary strings for safe use as command line arguments.
https://github.com/kballard/go-shellquote Shellquote provides utilities for joining/splitting strings using sh's word-splitting rules.
https://github.com/google/shlex go-shlex is a simple lexer for go that supports shell-style quoting, commenting, and escaping.