bin/cubicweb-ctl
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 20 Jul 2011 12:31:03 +0200
changeset 7669 b96c41c6de4d
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[cwctl] set min/max args for reset admin password command. Closes #1832986

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