]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
CLI: simplify argument-passing, use options= for everthing, including stdout
authorBrian Warner <warner@lothar.com>
Fri, 1 Aug 2008 18:46:24 +0000 (11:46 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 1 Aug 2008 18:46:24 +0000 (11:46 -0700)
commitf181a0458ac65dc9b658c3330caa49a8b0cdc500
tree0b7d89331dbd11b06f2268c4a1ea677a06a7c848
parent6d3ec390b04a8fd54b363813b80ca91b94b3f966
CLI: simplify argument-passing, use options= for everthing, including stdout
12 files changed:
src/allmydata/scripts/cli.py
src/allmydata/scripts/common.py
src/allmydata/scripts/runner.py
src/allmydata/scripts/tahoe_add_alias.py
src/allmydata/scripts/tahoe_cp.py
src/allmydata/scripts/tahoe_get.py
src/allmydata/scripts/tahoe_ls.py
src/allmydata/scripts/tahoe_mkdir.py
src/allmydata/scripts/tahoe_mv.py
src/allmydata/scripts/tahoe_put.py
src/allmydata/scripts/tahoe_rm.py
src/allmydata/test/test_system.py