This commit is contained in:
Pranav Srinivas Kumar 2019-03-30 19:57:52 -04:00
commit 965e4ad43c

View File

@ -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>