Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: change rustdoc double-quotes to single for zsh completions.
clap (used by StructOpt) doesn't escape double-quotes inside the rustdocs that is uses to generate completion helptext. Rather than wait on them, it's simpler to just avoid double-quotes for now at least. Closes #156
- Loading branch information