E&S CVS Commit: PEAK - Options have landed! They're now integrated with the commands framework
pje at eby-sarna.com
pje at eby-sarna.com
Fri Nov 26 20:37:00 EST 2004
Module Name: PEAK
Committed By: pje
Date: Sat Nov 27 01:36:21 UTC 2004
Modified Files:
PEAK: CHANGES.txt
PEAK/src/peak/running: commands.py options.py options.txt
Log Message:
Options have landed! They're now integrated with the commands framework
(via the 'parsed_args' attribute), and support option groups for fancy
help displays. Now we can begin adding options to PEAK's built-in
commands, such as options to control 'peak launch' and such.
To view diffs of this commit, you can use the following URL(s):
http://cvs.eby-sarna.com/PEAK/CHANGES.txt.diff?r1=1.164&r2=1.165
http://cvs.eby-sarna.com/PEAK/src/peak/running/commands.py.diff?r1=1.63&r2=1.64
http://cvs.eby-sarna.com/PEAK/src/peak/running/options.py.diff?r1=1.4&r2=1.5
http://cvs.eby-sarna.com/PEAK/src/peak/running/options.txt.diff?r1=1.4&r2=1.5
To generate a diff of this commit:
cvs rdiff -r1.164 -r1.165 PEAK/CHANGES.txt
cvs rdiff -r1.63 -r1.64 PEAK/src/peak/running/commands.py
cvs rdiff -r1.4 -r1.5 PEAK/src/peak/running/options.py \
PEAK/src/peak/running/options.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the source-changes
mailing list