fix handling of "--" with getopt_long argv permutation
if argv permutation is used, the option terminator "--" should be moved before any skipped non-option arguments rather than being left in the argv tail where the caller will see and interpret it.
Showing
想要评论请 注册 或 登录