bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Tue, 25 Aug 2009 13:33:03 +0200
branch3.5
changeset 2980 292387ed37f3
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[wf] allow state entity as argument to change_state

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