]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
cli: cleanup webopen command
authorrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 18 Jun 2008 20:19:40 +0000 (13:19 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Wed, 18 Jun 2008 20:19:40 +0000 (13:19 -0700)
commit8f28d64d777940d8d145477ca828465d3ae883f2
tree5a1c7002fc4cb59869dd445920625c9c25964223
parent004288173676e8acaa5f55c318f5dd8efb823503
cli: cleanup webopen command

moved the body of webopen out of cli.py into tahoe_webopen.py

made its invocation consistent with the other cli commands, most
notably replacing its 'vdrive path' with the same alias parsing,
allowing usage such as 'tahoe webopen private:Pictures/xti'
src/allmydata/scripts/cli.py
src/allmydata/scripts/tahoe_webopen.py [new file with mode: 0644]