mhalber / bsc_argparse

Simple, single header command-line argument parsing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is no longer maintained.

Basic Argparse

What is this?

This is a simple, single-header C++14 library for parsing command line arguments. It currently supports arguments of type string, int, bool, float and double.

It was made to mimic Python's Argparse utilities.

This code is public domain.

Usage

For concrete example and compilable program, check the example folder.

About

Simple, single header command-line argument parsing


Languages

Language:C++ 96.8%Language:Makefile 3.2%