]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
confwiz: add command line options
authorrobk-tahoe <robk-tahoe@allmydata.com>
Fri, 15 Feb 2008 02:44:29 +0000 (19:44 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Fri, 15 Feb 2008 02:44:29 +0000 (19:44 -0700)
commit78c53b81ec3d955b2123aac1d2eab89d1c6fe83f
tree658e5841fea1ed474935be82c08d6320d2abee97
parent72874390fe598683904d77e311578efaf2c16318
confwiz: add command line options

adds command line option parsing to the confwiz.

the previous --uninstall option behaves as before, but it parsed
more explicitly with the twisted usage library.

added is a --server option, which controls which web site the
backend script for configuration is to be found on. (it is looked
for at /native_client.php on the given server) this option can be
used on conjunction with --uninstall to control where the uninstall
is recorded

Options:
  -u, --uninstall  record uninstall
  -s, --server=    url of server to contact
                   [default: https://beta.allmydata.com/]

e.g. confwiz.py -s https://www-test.allmydata.com/
src/allmydata/gui/confwiz.py
windows/confwiz.py