You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2022/03/07 12:30:21 UTC

[GitHub] [mynewt-newt] andrzej-kaczmarek opened a new pull request #461: Add shorthand form for choices

andrzej-kaczmarek opened a new pull request #461:
URL: https://github.com/apache/mynewt-newt/pull/461


   Choices can now be also specified as comma-separated string. This means
   both following choices definitions are valid and define the same set of
   allowed values:
   
   choices:
     - foo
     - bar
     - foobar
   
   choices: foo,bar,foobar


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

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

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



[GitHub] [mynewt-newt] andrzej-kaczmarek merged pull request #461: Add shorthand form for choices

Posted by GitBox <gi...@apache.org>.
andrzej-kaczmarek merged pull request #461:
URL: https://github.com/apache/mynewt-newt/pull/461


   


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

To unsubscribe, e-mail: commits-unsubscribe@mynewt.apache.org

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