Hoverbear / old-raft-rs

[Incomplete] A Raft implementation in Rust
https://hoverbear.github.io/raft-rs/raft/
MIT License
266 stars 41 forks source link

Update docopt format to work properly #126

Closed jcdyer closed 7 years ago

jcdyer commented 7 years ago

The examples weren't parsing the arguments properly for the server subcommand. Adding parentheses, as recommended in the (required elements) section of http://docopt.org/ (second example) solves the problem.

Hoverbear commented 7 years ago

Thanks! :)