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
- Host: GitHub
- URL: https://github.com/1125962926/argument_parsing
- Owner: 1125962926
- License: mit
- Created: 2025-03-15T03:01:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T04:14:36.000Z (10 months ago)
- Last Synced: 2025-04-09T05:32:22.931Z (9 months ago)
- Topics: argument-parser, c-programming, command-line, cpp-programming, python-argparse
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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