Skip to content
/ CLI11 Public
forked from CLIUtils/CLI11

CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.

License

Notifications You must be signed in to change notification settings

stanaka2/CLI11

 
 

Repository files navigation

CLI11

特徴

  • ヘッダーオンリーライブラリである CLI11 をベースとなる実行時パラメータとプログラム固有の実行時パラメータを分割して記述できるようにした
  • base_opts.cppでベース部分の実行時パラメータ設定を行う
  • sample1.cpp, sample2.cpp に簡単なサンプルを用意

Features

  • A customized version of the CLI11 single-header library that allows for separate definitions of base runtime parameters and program-specific runtime parameters
  • base_opts.cpp defines the base runtime parameters
  • Simple examples are provided in sample1.cpp and sample2.cpp

About

CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%