bin/cubicweb-ctl
author Alexandre Fayolle <alexandre.fayolle@logilab.fr>
Mon, 05 Oct 2009 17:40:33 +0200
branchstable
changeset 3555 2689d25bb298
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
Hide Workflow related entities in the schema diagram

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