[Checkins] SVN: z3c.recipe.tag/trunk/README.txt document usage of defaults in buildout recipe

Christian Theune cvs-admin at zope.org
Thu Sep 6 06:32:48 UTC 2012


Log message for revision 127730:
  document usage of defaults in buildout recipe

Changed:
  U   z3c.recipe.tag/trunk/README.txt

-=-
Modified: z3c.recipe.tag/trunk/README.txt
===================================================================
--- z3c.recipe.tag/trunk/README.txt	2012-09-06 06:26:02 UTC (rev 127729)
+++ z3c.recipe.tag/trunk/README.txt	2012-09-06 06:32:44 UTC (rev 127730)
@@ -67,6 +67,13 @@
       -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
 ..........
 



More information about the checkins mailing list