Wolfgang Bumiller 8423c1fe64 cli/completion: use match statements and .contains()
`match` is a bit more readable than the if-else chains,
also replace
    space_chars.iter().any(|s| c == *s)
with
    space_chars.contains(&c)
which is also more readable.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-11-29 13:37:34 +01:00
2019-11-22 06:59:37 +01:00
2019-04-25 11:01:33 +00:00
2019-04-11 12:18:04 +02:00
2019-09-02 11:40:22 +02:00
2019-09-02 15:21:56 +02:00
2019-11-29 12:49:44 +01:00
2019-11-08 11:50:13 +01:00
2019-08-22 13:44:57 +02:00
Description
No description provided
14 MiB
Languages
Rust 88.1%
JavaScript 11.3%
Makefile 0.3%
CSS 0.2%