mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 07:04:39 +00:00
Update README.md
This commit is contained in:
parent
fad02831be
commit
b1a67c2aad
@ -1,6 +1,6 @@
|
|||||||
# Argument Parser
|
# Argument Parser
|
||||||
|
|
||||||
## Simple Arguments
|
## Simple Optional Arguments
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#include <argparse.hpp>
|
#include <argparse.hpp>
|
||||||
@ -24,7 +24,7 @@ int main(int argc, char *argv[]) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## Parsing a list of arguments
|
## List of arguments
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#include <argparse.hpp>
|
#include <argparse.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user