# taywee/args

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/taywee-args).**

1,623 stars · 180 forks · C++ · MIT

## Links

- GitHub: https://github.com/Taywee/args
- Homepage: http://taywee.github.io/args/
- awesome-repositories: https://awesome-repositories.com/repository/taywee-args.md

## Topics

`args` `argument-parser` `argument-parsing` `cli` `command-line` `command-line-parser` `command-line-parsing` `cpp` `cpp11` `cxx` `library`

## Description

A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API).

## Tags

### Part of an Awesome List

- [Argument Parsers](https://awesome-repositories.com/f/awesome-lists/devtools/argument-parsers.md) — Simple header-only argument parsing library.
- [C++ CLI Frameworks](https://awesome-repositories.com/f/awesome-lists/devtools/c-cli-frameworks.md) — Flexible and header-only argument parser.
- [CLI and Argument Parsing](https://awesome-repositories.com/f/awesome-lists/devtools/cli-and-argument-parsing.md) — C++ library for command-line argument parsing.
- [Command Line Interfaces](https://awesome-repositories.com/f/awesome-lists/devtools/command-line-interfaces.md) — Simple header-only argument parsing library.
