bin/cubicweb-ctl
author Dimitri Papadopoulos <dimitri.papadopoulos@cea.fr>
Tue, 07 May 2013 00:29:42 +0200
changeset 8969 b37ce419ce26
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[views] attempt to clarify the inline help system documentation

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