shared/shell: don't allow completion fallback
authorAlain Michaud <alainm@chromium.org>
Fri, 3 Sep 2021 14:01:18 +0000 (14:01 +0000)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 11 Mar 2022 13:38:36 +0000 (19:08 +0530)
commit8afbe624e72dedb8809914c2609d4d1f06a086f4
treedaf64458d2ea3af100d3e262243dd35d91988706
parenteb320bce46805729b52e891f557c619d06b5234f
shared/shell: don't allow completion fallback

When using bluetoothctl, if the user enters a quotation mark before
pressing tab, the completion handler falls back to the shell's handler
which ends up printing the current folder's file content.  This behavior
is never desired in bt_shell's menu.

This was verified by typing " then tab-tab before and after the change as
been made to confirm the desired behavior and verified that all other
argument completions (such as address completion) continues to function.

Signed-off-by: Anuj Jain <anuj01.jain@samsung.com>
Signed-off-by: Ayush Garg <ayush.garg@samsung.com>
src/shared/shell.c