You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/04/04 17:41:58 UTC

[GitHub] [incubator-nuttx] patacongo opened a new pull request #3308: getopt_long(): Add support for required argument format

patacongo opened a new pull request #3308:
URL: https://github.com/apache/incubator-nuttx/pull/3308


   The Linux man page requires that the getopt_long() and getopt_long_only() functions accept arguments to options in a form like:
   
       --option=argument
   
   This PR adds that missing functionality.
   
   This change effects only getopt_long() and getopt_long_only()
   
   Tested on a simulator NSH configuration with a modified version of the getopt() test in apps/testing/ostest.
   
   ## Summary
   
   ## Impact
   
   ## Testing
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #3308: getopt_long(): Add support for required argument format

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #3308:
URL: https://github.com/apache/incubator-nuttx/pull/3308


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org