From c714706d7633200815fd9c2cdbf3efc5fff0c9fb Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Tue, 27 Apr 2021 19:28:38 -0500 Subject: [PATCH] Updated table of contents in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 195b0c7..928a790 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ files = { file1.txt file3.txt file4.txt } * [Nested Structures (Sub-commands)](#nested-structures) * [Sub-Commands, Vector Arguments, and Delimited Positional Arguments](#sub-commands-vector-arguments-and-delimited-positional-arguments) * [Printing Help](#printing-help) + * [Printing CUSTOM Help](#printing-custom-help) * [Building Samples and Tests](#building-samples-and-tests) * [Compiler Compatibility](#compiler-compatibility) * [Generating Single Header](#generating-single-header) @@ -988,7 +989,7 @@ foo@bar:~$ ./main -v 1.0.3 ``` -### Printing CUSTOM Help Message +### Printing CUSTOM Help `structopt` allows users to provide a custom help messages. Simply pass in your custom help as a string argument to `structopt::app`