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