summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMike Pastore <mike@oobak.org>2016-02-17 18:04:00 -0600
committerMike Pastore <mike@oobak.org>2016-02-18 02:54:05 -0600
commit082e69de977ac58d0981e807a1cb33a1ed2958c3 (patch)
tree0df093b014357756788bb8a1ca7117024c23cc6c /README.md
parent2a66aadabc37b512d449aaf45d34cb3b2e0cfc7a (diff)
downloadslop-082e69de977ac58d0981e807a1cb33a1ed2958c3.tar.gz
Allow disabling the delimiter for array arguments
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index a172a39..4cb690d 100644
--- a/README.md
+++ b/README.md
@@ -132,6 +132,9 @@ end
# --files foo.txt --files bar.rb
```
+If you want to disable the built-in string-splitting, set the delimiter to
+`nil`.
+
Custom option types
-------------------