Language
C++
Compiler
gcc 9.1.0
Options
Warnings
Don't Use Boost
C++2a
-pedantic-errors
Raw runtime options
-h
$ g++ prog.cc -Wall -Wextra -std=c++2a -pedantic-errors
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