commit | 81cc89189bfa4b57392e4d912fce52c4f268a56e | [log] [tgz] |
---|---|---|
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Thu Jun 01 15:49:14 2017 +0300 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Jun 09 18:54:27 2017 -0400 |
tree | 407d78b3170c9cf82dfceadf6ce091268d099fbf | |
parent | 417dc03aad2602f413f3e39f6c6ca9dc7ca1f85d [diff] |
shell: Adjust arguments when executing a command of different module The command callback might not recognize commands if the input comes with the module name as first parameter as both argc and argv will be off by one. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>