commit | fb4ba91ac1a2fd059cea66b0c7e01b95fcc9203a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Aug 29 09:32:21 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Aug 29 09:34:53 2019 +0200 |
tree | e3ceb4975d3750a22649d11cccf4987737bb0f8a | |
parent | 7185b789f94dc48cb1df5d09a82ebbf80172d7bf [diff] |
MINOR: tools: add a generic struct "name_desc" for name-description pairs In prompts on the CLI we now commonly need to propose a keyword name and a description and it doesn't make sense to define a new struct for each such pairs. Let's simply have a generic "name_desc" for this.