Skip to content

Commit e7b7071

Browse files
committed
Remove rules
1 parent 0c67b42 commit e7b7071

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# WhispArg
22
A lightweight, single-header C++ library for quickly parsing command-line arguments in throwaway or prototype code.
33

4-
---
5-
64
## 1. What is WhispArg?
75

86
**WhispArg** is a C++ command-line argument parsing library designed for “throwaway” code, offering a **lightweight** approach in a **single header** file.
@@ -12,8 +10,6 @@ The name originates from “Whisper,” conveying the notion of something that q
1210
> - “Whisp” = A shortened form of “Whisper,” evoking a small, temporary presence.
1311
> - “Arg” = Short for “Arguments.”
1412
15-
---
16-
1713
## 2. Features
1814

1915
- **Designed for Throwaway Code**
@@ -28,22 +24,16 @@ The name originates from “Whisper,” conveying the notion of something that q
2824
> **Note**
2925
> WhispArg is intended for lightweight, temporary usage. For large-scale CLI needs, please consider more feature-rich libraries.
3026
31-
---
32-
3327
## 3. Installation
3428

3529
1. Download or copy `WhispArg.hpp` from the [WhispArg repository](https://github.com/yourname/WhispArg).
3630
2. Place `WhispArg.hpp` in the same directory as your project source code, or in any header include path of your choice.
3731
3. Include it in your code via `#include "WhispArg.hpp"`.
3832

39-
---
40-
4133
## 4. Sample Code
4234

4335
For examples and usage details, see the sample code located under `./main/` in the repository.
4436

45-
---
46-
4737
## 5. Concept & Usage Scenarios
4838

4939
WhispArg is optimized for scenarios like small test code, educational scripts, or prototypes. It is not intended for large-scale, long-term usage.
@@ -55,23 +45,17 @@ WhispArg is optimized for scenarios like small test code, educational scripts, o
5545
> This library is a simple, lightweight tool that does not support complex subcommands or intricate option structures.
5646
> **“Quick to implement, quick to discard.”** For more advanced command-line parsing needs, please use a more robust library.
5747
58-
---
59-
6048
## 6. Development Policy & Future Plans
6149

6250
- **Keep It Minimal**
6351
- We will preserve its throwaway-oriented concept by keeping feature requests minimal.
6452
- **Open-Source**
6553
- GitHub issues and pull requests are welcome, but note that it is a simple utility and not intended to grow into a full-featured tool.
6654

67-
---
68-
6955
## 7. License
7056

7157
This project is licensed under the [MIT License](LICENSE). See the `LICENSE` file in the repository for details.
7258

73-
---
74-
7559
## 8. Summary
7660

7761
WhispArg is a lightweight, single-header C++ library for simple command-line argument parsing.

0 commit comments

Comments
 (0)