summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2014-12-27 17:46:55 +0000
committerLee Jarvis <ljjarvis@gmail.com>2014-12-27 17:46:55 +0000
commit9550f868435779d7ed271beba496dc05478280bb (patch)
tree759e876e64f98d04b5588ce572713dcfabe3ba07 /README.md
parent36ee1643c8ed2c719f37dd961aa93f9597cbb946 (diff)
downloadslop-9550f868435779d7ed271beba496dc05478280bb.tar.gz
Mention commands (or lack of)v4.0.04.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index fba08cd..620fc95 100644
--- a/README.md
+++ b/README.md
@@ -240,3 +240,11 @@ o.on '--help' do
exit
end
```
+
+Commands
+--------
+
+As of version 4, Slop does not have built in support for git-style subcommands.
+You can use version 3 of Slop (see `v3` branch). I also expect there to be some
+external libraries released soon that wrap around Slop to provide support for
+this feature. I'll update this document when that happens.