add support for non-option arguments extension to getopt
this is a GNU extension, activated by including '-' as the first character of the options string, whereby non-option arguments are processed as if they were arguments to an option character '\1' rather than ending option processing.
Showing
想要评论请 注册 或 登录