Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 3 years ago

Language

C++

Compiler

gcc 9.2.0

Options
Warnings
Don't Use Boost
C++2a
no pedantic
Raw runtime options
--help

Author

anonymous

over 3 years ago

CLI11.hpp

$ 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