tests/test_cmd.out
author Andrey Vlasovskikh <andrey.vlasovskikh@gmail.com>
Tue, 19 Oct 2010 17:45:55 +0400
changeset 126 7a5c5746d4f0
parent 99 a77c4a82e836
permissions -rw-r--r--
Explicit use of Python 2 for Arch Linux

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