Language
C++
Compiler
gcc 9.2.0
Options
Warnings
Don't Use Boost
C++2a
no pedantic
Raw runtime options
--help
$ g++ prog.cc -Wall -Wextra -std=c++2a
Some nice discription
Usage: ./prog.exe [OPTIONS]
Options:
-h,--help Print this help message and exit
-x INT=7 An integer value
-n,--name TEXT REQUIRED Some required string
-f,--flag A flag option
Exit Code:
0