0

How can I provide some examples on how to use the different boost program options at the end of my help message?

I know I can add descriptions with options_description but how can I add a few options at the end of the help?

Ken White
  • 123,280
  • 14
  • 225
  • 444
user1618465
  • 1,813
  • 2
  • 32
  • 58
  • Maybe taking a look into [`argparse`](https://docs.python.org/3/library/argparse.html) might help. It is a library that helps setting up a python file to receive arguments from terminal, setting up how to call `python prog.py -h`, for example. – Felipe Whitaker Feb 28 '23 at 00:55

0 Answers0