commit | 06d0e2e034632df92a3a67318185a96fdb381f1c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Mar 29 15:25:30 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Mar 29 18:01:37 2022 +0200 |
tree | 99bd0c4aa78fda354416646c9dfc9d3465c4097e | |
parent | 5fcc100d911327f2c81befa8e082f70c6b2db34a [diff] |
MINOR: cli: add a new keyword dump function New function cli_list_keywords() scans the list of registered CLI keywords and dumps them on stdout. It's now called from dump_registered_keywords() for the class "cli". Some keywords are valid for the master, they'll be suffixed with "[MASTER]". Others are valid for the worker, they'll have "[WORKER]". Those accessible only in expert mode will show "[EXPERT]" and the experimental ones will show "[EXPERIM]".