diff options
author | Lee Jarvis <lee@jarvis.co> | 2012-01-21 11:17:01 +0000 |
---|---|---|
committer | Lee Jarvis <lee@jarvis.co> | 2012-01-21 11:17:01 +0000 |
commit | eecbddbb12c65eb672bf14f2510a73e1aae37d5b (patch) | |
tree | fc44af3436c7f139c8a05235cee202040780236a /README.md | |
parent | f24c29880dddb862f3ff7adf23110b70110bd964 (diff) | |
download | slop-eecbddbb12c65eb672bf14f2510a73e1aae37d5b.tar.gz |
updated wiki links
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -50,10 +50,6 @@ on :p, :password, 'Your password', :optional_argument => true on '-p', 'password=?', 'Your password' ``` -For more information about creating options, see the -[Creating Options](https://github.com/injekt/slop/wiki/Creating-Options) -wiki page. - You can also return your options as a Hash: ```ruby @@ -93,7 +89,6 @@ Check out the following wiki pages for more features: * [Ranges](https://github.com/injekt/slop/wiki/Ranges) * [Auto Create](https://github.com/injekt/slop/wiki/Auto-Create) -* [Commands](https://github.com/injekt/slop/wiki/Commands) Woah woah, why you hating on OptionParser? ------------------------------------------ |