summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-06-06 22:19:53 +0100
committerLee Jarvis <lee@jarvis.co>2011-06-06 22:19:53 +0100
commit63b1ee7a732fd9580f7c7b749b17a5bb7977fafc (patch)
treea356efb710f7b6075778359e043f1adcbbf3acc7 /README.md
parent44e3b19e593f8620fee0069010cb04ff9485148e (diff)
downloadslop-63b1ee7a732fd9580f7c7b749b17a5bb7977fafc.tar.gz
added links to more features
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index d663485..21f0770 100644
--- a/README.md
+++ b/README.md
@@ -272,6 +272,13 @@ Here's how commands might look:
* `run.rb -v #=> version 1`
* `run.rb clean -v #=> Enabled verbose mode for clean`
+Features
+--------
+
+Check out the following wiki pages for more features:
+
+* [Auto Create](https://github.com/injekt/slop/wiki/Auto-Create)
+
Woah woah, why you hating on OptionParser?
------------------------------------------
@@ -308,4 +315,4 @@ thing in Slop:
on :a, :age, 'Your age', true, :as => :int
end
- opts.to_hash(true) #=> { :name => 'lee', :age => 105 }
+ opts.to_hash(true) #=> { :name => 'lee', :age => 105 } \ No newline at end of file