commit | b3e0ad9804cac46243fb49bb8894e00b6880295a | [log] [tgz] |
---|---|---|
author | Greg Ward <gward@python.net> | Sat Sep 16 15:09:17 2000 +0000 |
committer | Greg Ward <gward@python.net> | Sat Sep 16 15:09:17 2000 +0000 |
tree | c23a2731de6286c2c4dca9d4b06166f56be06c90 | |
parent | fadefedb8945751d21cabf8763b431630112a20d [diff] |
Added the "sub-command" machinery to formalize the notion of "command families" -- eg. install and its brood, build and its brood, and so forth. Specifically: added the 'sub_commands' class attribute (empty list, sub- classes must override it) and a comment describing it, and the 'get_sub_commands()' method.