Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当使用getopt或getopt_long解析一组必需选项的命令行时,如何确定缺少或未指定必需的“选项”?我搜索了所有文档和手册页,但找不到明确的答案。
getopt
getopt_long
在运行缺少 -b 选项的简单测试存根时,getopt_long始终返回 -1、opterr为 1 并且optarg为 null - 就像对所有必需选项的正常/成功解析一样。我的 short_options = "n:t:b:"。
opterr
optarg