An open API service indexing awesome lists of open source software.

https://github.com/1125962926/argument_parsing

Command line argument parsing
https://github.com/1125962926/argument_parsing

argument-parser c-programming command-line cpp-programming python-argparse

Last synced: 6 months ago
JSON representation

Command line argument parsing

Awesome Lists containing this project

README

          

# argument_parsing
Command line argument parsing

# 命令行参数解析
使用`getopt`库进行参数解析,实现 Linux 常见应用中的命令行解析方式,即`-h`和`--help`形式。
目前主要包含`C`和`C++`版本,`Python`的`argparse`实现起来也比较简单,我这里放了一个demo。

# CSDN
### C/C++
https://blog.csdn.net/plmm__/article/details/146254801?spm=1001.2014.3001.5501