mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 22:54:39 +00:00
Merge branch 'master' of https://github.com/p-ranav/argparse
This commit is contained in:
commit
965e4ad43c
@ -1,6 +1,6 @@
|
|||||||
# Argument Parser
|
# Argument Parser
|
||||||
|
|
||||||
## Simple Optional Arguments
|
## Optional Arguments
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#include <argparse.hpp>
|
#include <argparse.hpp>
|
||||||
@ -24,7 +24,7 @@ int main(int argc, char *argv[]) {
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
## List of arguments
|
## List of Arguments
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#include <argparse.hpp>
|
#include <argparse.hpp>
|
||||||
|
Loading…
Reference in New Issue
Block a user