- original CLI11 repository https://github.com/CLIUtils/CLI11
- ヘッダーオンリーライブラリである
CLI11をベースとなる実行時パラメータとプログラム固有の実行時パラメータを分割して記述できるようにした base_opts.cppでベース部分の実行時パラメータ設定を行うsample1.cpp,sample2.cppに簡単なサンプルを用意
- A customized version of the
CLI11single-header library that allows for separate definitions of base runtime parameters and program-specific runtime parameters base_opts.cppdefines the base runtime parameters- Simple examples are provided in
sample1.cppandsample2.cpp