diff --git a/docs/Clara.md b/docs/Clara.md index 8c4af7a5..f5bae7a8 100644 --- a/docs/Clara.md +++ b/docs/Clara.md @@ -1,16 +1,9 @@ # 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. -Clara is a single-header library. -To use, just `#include "clara.hpp"` A parser for a single option can be created like this: