bin/cubicweb-ctl
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 24 Mar 2017 17:21:37 +0100
branch3.25
changeset 12105 566075b02ce5
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Refer to cubicweb.readthedocs.io in README docs.cubicweb.org contains outdated documentation at the moment (and for quite some time); until it gets update, refer to the up-to-date documentation on readthedocs.

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