Skip to content

Commit

Permalink
document usage of defaults in buildout recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Theune committed Sep 6, 2012
1 parent edd2d84 commit b571846
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.txt
Expand Up @@ -67,6 +67,13 @@ of ``./bin/tags --help``::
-b, --ctags-bbedit flag to build bbedit ctags ``tags`` file
-i, --idutils flag to build idutils ``ID`` file

If you'd like to set command line options by default (e.g. to limit building to ctags-vi by default) you can pass the ``default`` option in your buildout::

[tags]
recipe = z3c.recipe.tag:tags
eggs = MyApplication
default = ['-v']

With Paver
..........

Expand Down

0 comments on commit b571846

Please sign in to comment.