magic-wormhole/src/wormhole/cli
Brian Warner 5542545165 CLI: move most top-level args down into the subcommand
So instead of "wormhole --verify send", use "wormhole send --verify".

The full set of arguments that were moved down:

* --code-length=
* --verify
* --hide-progress
* --no-listen
* --tor

The following remain as top-level arguments (which should appear after
"wormhole" and before the subcommand):

* --relay-url=
* --transit-helper=
* --dump-timing=
* --version
2016-07-27 17:56:03 -07:00
..
__init__.py unsplit cli step 2: edit files 2016-04-20 19:15:33 -07:00
cli.py CLI: move most top-level args down into the subcommand 2016-07-27 17:56:03 -07:00
cmd_receive.py Refactor to use Click 2016-06-22 01:11:07 -06:00
cmd_send.py cmd_send: wait for ack from close() 2016-06-26 17:55:28 -07:00
public_relay.py change hostname of public relay 2016-05-28 19:13:44 -07:00