]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
cli: improve formatting of all commands
authorBrian Warner <warner@lothar.com>
Tue, 26 May 2015 18:31:06 +0000 (11:31 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 26 May 2015 18:31:06 +0000 (11:31 -0700)
commit8f41713fe9cd08373dcfe74ee1bd6721e80b3427
tree8f4e439a19a683dc67f9ac9ff93da4355e5b1235
parent01619844de3d51df3528f0b691962e4b7b865dc5
cli: improve formatting of all commands

Also:

* do some light refactoring of create-client/node
* make it clear that these commands' --basedir options do the same as
  the global --node-directory option
* use "global-options" instead of "global-opts"
src/allmydata/scripts/admin.py
src/allmydata/scripts/cli.py
src/allmydata/scripts/common.py
src/allmydata/scripts/create_node.py
src/allmydata/scripts/debug.py
src/allmydata/scripts/runner.py
src/allmydata/scripts/startstop_node.py
src/allmydata/test/test_cli.py