mirror of
https://github.com/CLIUtils/CLI11.git
synced 2026-01-19 04:52:08 +00:00
style: pre-commit.ci fixes
This commit is contained in:
@@ -1443,9 +1443,9 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
```
|
||||
|
||||
2\. If you pass unmodified command-line arguments to CLI11, call `app.parse_from_cli_args()`
|
||||
instead of `app.parse(argc, argv)`. The library will find correct arguments by
|
||||
itself, through OS calls and operations.
|
||||
2\. If you pass unmodified command-line arguments to CLI11, call
|
||||
`app.parse_from_cli_args()` instead of `app.parse(argc, argv)`. The library will
|
||||
find correct arguments by itself, through OS calls and operations.
|
||||
|
||||
> [!NOTE]
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user