bin/cubicweb-ctl
author Samuel Trégouët <samuel.tregouet@logilab.fr>
Thu, 16 Feb 2017 11:15:23 +0100
changeset 12010 c34590161082
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
web: add options to ignore css compilation and uicache

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