Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix clippy complaints that don't change the semantics | Stephan Sokolow | 2019-10-25 |
| | | | | (Clippy also complains about `new()` without `impl Default`) | ||
* | Add the stdio backend | Robin Krahl | 2019-01-11 |
This patch adds the stdio backend which acts as a fallback backend and uses standard input and output. For password queries, the rpassword crate is used to suppress output. Also, default_backend is changed to return Stdio if Dialog is not available. |