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 2019/10/22 13:44:01 UTC

[GitHub] [mynewt-core] kasjer opened a new pull request #2063: sys/shell: Add full command path handling

kasjer opened a new pull request #2063: sys/shell: Add full command path handling
URL: https://github.com/apache/mynewt-core/pull/2063
 
 
   When module is selected with 'select' command commands
   from other modules can't be executed.
   They can be execute when no module is selected or correct module is
   selected.
   To execute tasks command from compat module those lines would work:
   
   ```
   shell> comapt tasks
   compat> tasks
   ```
   
   but once other module is selected tasks can't be executed without
   leaving btshell module.
   
   With this change commands from other modules can executed if
   module name is prefixed with **/**
   
   ```
   btshell> /compat tasks
   ```
   Auto completion also works with **/**

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


With regards,
Apache Git Services