]> git.ipfire.org Git - thirdparty/asterisk.git/commit
cli: Auto-complete File not Module for core set debug. 40/4140/1
authorAlexander Traud <pabstraud@compuserve.com>
Tue, 18 Oct 2016 08:01:47 +0000 (10:01 +0200)
committerAlexander Traud <pabstraud@compuserve.com>
Tue, 18 Oct 2016 08:35:14 +0000 (03:35 -0500)
commit3938e3320f2050f2971c3d94b1259a4b1e9f4e05
tree739090d5bc777d4922589d85ce6be7837baa4b1d
parent243633d26d8b4ec07bae5f7ae074f27f8f4b75bc
cli: Auto-complete File not Module for core set debug.

Since Asterisk 1.8, the command "core set debug" on the command-line interface
asks not for a file (.c) but a module name. This change shows modules (.so) on
the auto-completion via a tabulator or the question mark. Now, when you
partially type a module name, TAB or ?, you get the correct candidiates.

ASTERISK-26480

Change-Id: I1213f1dd409bd4ff8de08ad80cb0c73cafb1bae0
main/cli.c