Whoops, get rid of that spurious API call
[trac-attack.git] / README
1 trac-attack - a simple interface for trac using the XML-RPC interface
2
3 trac-attack is currently a simple interface to trac's ticketing using
4 the XML-RPC interface.  It's configured with a config file at
5 ~/.trac-attack.rc.  See trac-attack.rc.example for details.  There are
6 also some command-line options:
7
8 Usage: trac-attack.py [options]
9
10 Options:
11   -h, --help            show this help message and exit
12   -t TRAC, --trac=TRAC  Which trac to connect to
13
14 The -t option switches between sections in the config file.  If it is
15 not specified, then the default option in the main section defines which
16 trac section to use.