mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-05 07:34:40 +00:00
Update README.md
This commit is contained in:
parent
c0099269db
commit
4953ba7d76
@ -52,7 +52,7 @@ Here's what's happening:
|
|||||||
|
|
||||||
### Optional Arguments
|
### Optional Arguments
|
||||||
|
|
||||||
Now, let's look at ***optional arguments***. Optional arguments start with ```-``` or ```--```, e.g., "--verbose" or "-a". Optional arguments can be placed anywhere in the input sequence.
|
Now, let's look at ***optional arguments***. Optional arguments start with ```-``` or ```--```, e.g., ```--verbose``` or ```-a```. Optional arguments can be placed anywhere in the input sequence.
|
||||||
|
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user