LeastAuthority / wormhole-client

A magic-wormhole client in Haskell
GNU General Public License v3.0
6 stars 1 forks source link

commandline parsing bug #69

Closed vu3rdd closed 5 years ago

vu3rdd commented 5 years ago

hwormhole-exe send --tor --text "foo" gives this error:

Invalid option `--tor'

However, `hwormhole-exe send --text "foo" --tor works.

This is a bug in the command line handling.