Language
C++
Compiler
gcc 8.1.0
Options
Warnings
Boost 1.67.0
C++17(GNU)
-pedantic-errors
Raw runtime options
-h
$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.67.0/gcc-8.1.0/include -std=gnu++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