Skip to content

Commit a95a100

Browse files
committed
feat: update README and disable benchmarks in Taskfile
- Updated README.md to correct typos and add experimental state note. - Disabled benchmarks in Taskfile.yml for all build configurations.
1 parent 048b518 commit a95a100

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,22 @@
33
[![codecov](https://codecov.io/gh/gen740/Argo/graph/badge.svg?token=XYBQF8RPGM)](https://codecov.io/gh/gen740/Argo)
44

55
# Argo
6-
C++ mordern and safest argument parser, using C++ modules and metaprogramming.
6+
Modern and safest C++ argument parser, using C++ modules and metaprogramming.
7+
This is still in an experimental state.
78

89
## Features
910

1011
1. **Static Type Argument Parsing**: Ensures command line arguments are parsed with strict type adherence, enhancing reliability.
1112

1213
2. **Type Safety for All Flags**: Provides robust type safety for command line flags, reducing runtime errors and ensuring type preservation during retrieval.
1314

14-
3. **Compile-Time Duplicate Argument Detection**: Detects duplicate flags at compile time, serving a better development experience.
15+
3. **Compile-Time Duplicate Argument Detection**: Detects duplicate flags at compile time, providing a better development experience.
1516

1617
4. **Rich Feature Set**: Offers a comprehensive array of features for versatile command line parsing needs.
1718

1819
5. **Fastest Parsing Mechanism**: Delivers high-speed parsing, ideal for performance-critical applications.
1920

20-
6. **Compile-Time Calculations**: Performs certain operations at compile time for enhanced performance efficiency.
21+
6. **Compile-Time Calculations**: Performs certain operations at compile time for enhanced performance efficiency.
2122

2223

2324
## Table of Contents

0 commit comments

Comments
 (0)