Documentation
¶
Overview ¶
Package shellquote quotes strings for safe inclusion as a single argument in a POSIX shell command line, as used when composing remote commands invoked over SSH.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Join ¶
Join quotes each of args individually and joins them with spaces, producing a shell command fragment that survives re-parsing by the remote shell.
Types ¶
This section is empty.
Source Files
¶
- shellquote.go
Click to show internal directories.
Click to hide internal directories.