]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
runner: tweaked runner to make it easier to extend with additional subcommands
authorrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 20 Feb 2008 00:05:14 +0000 (17:05 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 20 Feb 2008 00:05:14 +0000 (17:05 -0700)
commit21f2d032032a3a7112facd021b56f6b564290e43
treeada02cb80071ab69ae71c93441b02be4a28a8351
parentf75c17ed295162ed67f2d11c144492cdfaf54a9e
runner: tweaked runner to make it easier to extend with additional subcommands

runner provides the main point of entry for the 'tahoe' command, and
provides various subcommands by default. this provides a hook whereby
additional subcommands can be added in in other contexts, providing a
simple way to extend the (sub)commands space available through 'tahoe'
src/allmydata/scripts/runner.py