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 2018/04/13 09:58:47 UTC

[GitHub] michal-narajowski opened a new pull request #1014: sys/shell: Improve command help information

michal-narajowski opened a new pull request #1014: sys/shell: Improve command help information
URL: https://github.com/apache/mynewt-core/pull/1014
 
 
   With this patch every piece of help (summary, usage, params)
   can be printed if is provided for a command.
   
   ```
   btshell> help l2cap-update
   Summary:
   update l2cap parameters for connection
   Parameters:
   conn                          connection handle, usage: =<UINT16>
   interval_min                  usage: =[0-UINT16_MAX], default: 30
   interval_max                  usage: =[0-UINT16_MAX], default: 50
   latency                       usage: =[UINT16], default: 0
   timeout                       usage: =[UINT16], default: 0x0100
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services