bin/cubicweb-ctl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Thu, 27 Jun 2013 18:14:35 +0200
changeset 9119 cc85def2ac57
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[doc] add documentation for the new API in test

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])