view tasks.py @ 453:0c8d6e886c28

list: Allow listing all pages in the wiki.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 09 Jan 2018 21:21:08 -0800
parents 41cdccd71717
children
line wrap: on
line source

from invoke import Collection
from monkeys.release import makerelease


ns = Collection()
ns.add_task(makerelease, name='release')