diff options
author | Lee Jarvis <lee@jarvis.co> | 2011-06-06 22:19:53 +0100 |
---|---|---|
committer | Lee Jarvis <lee@jarvis.co> | 2011-06-06 22:19:53 +0100 |
commit | 63b1ee7a732fd9580f7c7b749b17a5bb7977fafc (patch) | |
tree | a356efb710f7b6075778359e043f1adcbbf3acc7 /README.md | |
parent | 44e3b19e593f8620fee0069010cb04ff9485148e (diff) | |
download | slop-63b1ee7a732fd9580f7c7b749b17a5bb7977fafc.tar.gz |
added links to more features
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |