removed required changes

This commit is contained in:
Irvin Cardoza 2024-12-31 19:58:16 +00:00
parent 866d4f9eab
commit 6f83f210d9

View File

@ -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: