diff options
author | Ron Yorston <rmy@pobox.com> | 2023-04-13 12:56:14 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2023-04-16 17:15:05 +0200 |
commit | acae889dd97280ee59b7e04c18005bb8875cb0d2 (patch) | |
tree | dcde9a9d1c328443b03e4004101b471d39f7fd6f /arch | |
parent | 90b607d79a1377d6a5dda44ee112698c58432203 (diff) | |
download | busybox-w32-acae889dd97280ee59b7e04c18005bb8875cb0d2.tar.gz busybox-w32-acae889dd97280ee59b7e04c18005bb8875cb0d2.tar.bz2 busybox-w32-acae889dd97280ee59b7e04c18005bb8875cb0d2.zip |
ash,hush: tab completion of functions and aliases
Since commit 9e2a5668f (ash,hush: allow builtins to be tab-completed,
closes 7532) ash and hush have supported tab completion of builtins.
Other shells, bash and ksh for example, also support tab completion
of functions and aliases.
Add such support to ash and hush.
function old new delta
ash_command_name - 92 +92
hush_command_name - 63 +63
ash_builtin_name 17 - -17
hush_builtin_name 38 - -38
------------------------------------------------------------------------------
(add/remove: 2/2 grow/shrink: 0/0 up/down: 169/-55) Total: 100 bytes
Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Avi Halachmi <avihpit@yahoo.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions