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
fd884c340c
commit
e7b32d5a34
@ -20,7 +20,7 @@ To start parsing command-line arguments, create an ```ArgumentParser```.
|
|||||||
argparse::ArgumentParser program("program name");
|
argparse::ArgumentParser program("program name");
|
||||||
```
|
```
|
||||||
|
|
||||||
Argparse supports a variety of argument types including positional arguments, optional arguments, toggle arguments and compound arguments.
|
Argparse supports a variety of argument types including positional, optional, and compound arguments.
|
||||||
|
|
||||||
### Positional Arguments
|
### Positional Arguments
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user