Skip to content
simfeo edited this page Feb 22, 2022 · 7 revisions

Welcome to the Fancy Argument Parser wiki!

This is open source single header library for parsing c++ command line arguments. This library distributed under MIT license. This library uses ideology of python argparse library.

Features of this library:

  • simple to add to your project
  • pretty auto-generated help
  • simple to use
  • can be used in any type of projects both commercial and open source without any restrictions.

This library supports c++11 and later.

If you new to argument parser use tutorial

Zip archive with classes references. Unzip this file and go to Documentation/html/index.html.

©simfeo

Clone this wiki locally