mirror of
https://github.com/catchorg/Catch2.git
synced 2025-01-22 16:53:30 +01:00
removed required changes
This commit is contained in:
parent
866d4f9eab
commit
6f83f210d9
@ -1,16 +1,9 @@
|
|||||||
# Clara v1.1.5
|
# Clara v1.1.5
|
||||||
[![Build Status](https://travis-ci.org/catchorg/Clara.svg?branch=master)](https://travis-ci.org/catchorg/Clara)
|
|
||||||
[![Build status](https://ci.appveyor.com/api/projects/status/github/catchorg/Clara?brach=master&svg=true)](https://ci.appveyor.com/project/catchorg/clara)
|
|
||||||
[![codecov](https://codecov.io/gh/catchorg/Clara/branch/master/graph/badge.svg)](https://codecov.io/gh/catchorg/Clara)
|
|
||||||
|
|
||||||
-----------------------------
|
|
||||||
|
|
||||||
|
|
||||||
A simple to use, composable, command line parser for C++ 11 and beyond.
|
A simple to use, composable, command line parser for C++ 11 and beyond.
|
||||||
|
|
||||||
Clara is a single-header library.
|
|
||||||
|
|
||||||
To use, just `#include "clara.hpp"`
|
|
||||||
|
|
||||||
A parser for a single option can be created like this:
|
A parser for a single option can be created like this:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user