bin/cubicweb-ctl
author Jérémy Bobbio <jeremy.bobbio@irq7.fr>
Mon, 17 Jun 2019 17:23:36 +0200
changeset 12661 3bbfd5e54c76
parent 12253 9165f4b7426b
child 12779 44147dab9d27
permissions -rwxr-xr-x
[devtools] Allow to specify short desc on `newcube` command line In order to implement automated testing of `cubicweb-ctl newcube`, we need to avoid any user interaction. So we add a `-s` switch to specify a short description on the command-line instead of requiring an input.

#!/usr/bin/env python
from cubicweb.cwctl import run
run()