Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 6 years ago

Language

C++

Compiler

gcc 8.1.0

Options
Warnings
Don't Use Boost
C++17
-pedantic-errors
Raw runtime options
-h

Author

anonymous

over 6 years ago

CLI11.hpp

$ 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