tests/test_cmd.out
author Alexander Solovyov <piranha@piranha.org.ua>
Tue, 06 Apr 2010 16:02:08 +0300
changeset 111 e40251bf5a23
parent 99 a77c4a82e836
permissions -rw-r--r--
revert changes from 0178ac: don't require argv=sys.argv[1:]

usage: test_cmd.py <command> [options]

commands:

 help       Show help for a given help topic or a help overview
 initdb     Initialize database
 runserver  Run development server
test_cmd.py runserver [OPTIONS] 

Run development server

options:

 -l --listen  ip to listen on (default: localhost)
 -p --port    port to listen on (default: 5000)
 -c --config  config file to use (default: webshops.ini)
 -h --help    display help