~certify-web-dev/twisted/certify-trunk

« back to all changes in this revision

Viewing changes to twisted/python/zsh/_pyhtmlizer

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-01-17 14:52:35 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070117145235-btmig6qfmqfen0om
Tags: 2.5.0-0ubuntu1
New upstream version, compatible with python2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#compdef pyhtmlizer
2
2
_arguments -s -A "-*" \
3
3
"1:source python file:_files -g '*.py'" \
 
4
'--help[Display this help and exit.]' \
4
5
'(--stylesheet)-s[URL of stylesheet to link to.]:stylesheet:_files' \
5
6
'(-s)--stylesheet=[URL of stylesheet to link to.]:stylesheet:_files' \
6
7
'--version[version]' \
7
 
'--help[Display this help and exit.]' \
8
8
&& return 0