commit | c57dcfe787a6cd73040e9b9a97f6701ebdbe1e3a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Mar 12 19:01:59 2021 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Mar 12 19:09:19 2021 +0100 |
tree | f1677beebe37885525266a3087c5ebf985784ab7 | |
parent | e33c4b3c11f80a1252fbb17e0a3147d74888b61d [diff] |
MINOR: cli: apply the fuzzy matching on the whole command instead of words Now instead of comparing words at an exact position, we build a fingerprint made of all of them, so that we can check for them in any position. For example, "show conn serv" finds "show servers conn" and that "set servers maxconn" proposes both "set server" and "set maxconn servers".