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 2020/12/01 10:12:36 UTC

[GitHub] [incubator-nuttx] Donny9 opened a new pull request #2450: unistd/getopt: remove number of arguments limit

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


   ## Summary
   Remove number of arguments limit.
   For commands without "-" arguments, ex:"ls", we should always let optind = 1 after getopt is called in order to get what follows
   correctly.
   ## Impact
   
   ## Testing
   Daily test.
   


----------------------------------------------------------------
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 #2450: unistd/getopt: remove number of arguments limit

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


   


----------------------------------------------------------------
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