diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-11-16 08:18:28 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-16 08:18:28 -0800 |
commit | 4abf439e4bda8836cd68101d1f1cb09bc9105b17 (patch) | |
tree | 57c9884a23aedfc95ddb05fccc456d6b791b24e9 /vendor/github.com/google/shlex/README | |
parent | 43de95df34a88d2ded4b62ab0c1763a33acac07e (diff) | |
parent | 780b790415f94ea41ef70bd97828ecb92a4f06d1 (diff) | |
download | podman-4abf439e4bda8836cd68101d1f1cb09bc9105b17.tar.gz podman-4abf439e4bda8836cd68101d1f1cb09bc9105b17.tar.bz2 podman-4abf439e4bda8836cd68101d1f1cb09bc9105b17.zip |
Merge pull request #1822 from vrothberg/runlabel-shlexing
runlabel: use shlex for splitting commands
Diffstat (limited to 'vendor/github.com/google/shlex/README')
-rw-r--r-- | vendor/github.com/google/shlex/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/github.com/google/shlex/README b/vendor/github.com/google/shlex/README new file mode 100644 index 000000000..c86bcc066 --- /dev/null +++ b/vendor/github.com/google/shlex/README @@ -0,0 +1,2 @@ +go-shlex is a simple lexer for go that supports shell-style quoting, +commenting, and escaping. |