| File vimdoc2html.py changed (mode: 100755) (index 1de46f5..5af05ad) |
| ... |
... |
TEMPLATE = u'''\ |
| 50 |
50 |
script_dir = path.dirname(path.realpath(__file__)) |
script_dir = path.dirname(path.realpath(__file__)) |
| 51 |
51 |
|
|
| 52 |
52 |
# parse command-line arguments |
# parse command-line arguments |
| 53 |
|
parser = argparse.ArgumentParser( description=__doc__) |
|
|
53 |
|
parser = argparse.ArgumentParser(description=__doc__) |
| 54 |
54 |
parser.add_argument('-r', '--raw', dest='raw', action='store_true', |
parser.add_argument('-r', '--raw', dest='raw', action='store_true', |
| 55 |
55 |
help="Don't wrap output into template") |
help="Don't wrap output into template") |
| 56 |
56 |
parser.add_argument('vimdoc', nargs=1, help='Vim documentation file') |
parser.add_argument('vimdoc', nargs=1, help='Vim documentation file') |