Skip to content

Commit

Permalink
Point out examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Keleshev committed Aug 18, 2012
1 parent 1d4a26b commit 6b02b95
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ Help message consists of 2 parts:
--verbose print more text

Their format is described below; other text is ignored.
Also, take a look at the
[beautiful examples](https://github.com/docopt/docopt/tree/master/examples>).

Usage pattern format
-------------------------------------------------------------------------------
Expand Down Expand Up @@ -301,6 +299,15 @@ The rules are as follows:
--output=FILE Output file [default: test.txt]
--directory=DIR Some directory [default: ./]

Examples
-------------------------------------------------------------------------------

We have an extensive list of
[examples](https://github.com/docopt/docopt/tree/master/examples)
which cover every aspect of functionality of `docopt`. Try them out,
read the source if in doubt.


Development
===============================================================================

Expand Down

0 comments on commit 6b02b95

Please sign in to comment.