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
b42c6b7c7e
commit
c95835acf8
@ -354,7 +354,7 @@ Here's what's happening:
|
|||||||
$ compiler file1 file2 file3
|
$ compiler file1 file2 file3
|
||||||
```
|
```
|
||||||
|
|
||||||
For enable this, simply create an argument and mark it as `remaining`. All remaining arguments passed to argparse are gathered here.
|
To enable this, simply create an argument and mark it as `remaining`. All remaining arguments passed to argparse are gathered here.
|
||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
argparse::ArgumentParser program("compiler");
|
argparse::ArgumentParser program("compiler");
|
||||||
|
Loading…
Reference in New Issue
Block a user