argp 和 getopt 有什么区别?
我认为标题是不言自明的。我正在制作一个程序,我想知道我应该使用这两个程序以及为什么。
I think the title is self explanatory. I am making a program and I was wondering what I should use of the two and why.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
argp
可能更灵活/更强大等,但getopt
是 POSIX 标准的一部分。这是您必须根据您是否希望您的程序可移植而做出的选择。argp
may be more flexible / powerful / etc, butgetopt
is part of the POSIX standard. Thats a choice you've to make based on whether you expect your program to be portable.来自 Argp 手册:
From the Argp manual:
我认为没有太多选择。 Argp 网页这样说:
There's not much to choose I don't think. The Argp webpage says this: