Skip to content

Commit

Permalink
Updated table of contents in README
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ranav committed Apr 28, 2021
1 parent bafe37e commit c714706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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`

Expand Down

0 comments on commit c714706

Please sign in to comment.