1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-04 11:57:10 +01:00
Files
u-boot-megous/common
Boris Brezillon 6fb61445bb common: command: Expose a generic helper to auto-complete sub commands
Some commands have a table of sub-commands. With minor adjustments,
complete_cmdv() is able to provide auto-completion for sub-commands
(it's just about passing the table of commands instead of taking the
global one).
We rename this function into complete_subcmd() and implement
complete_cmdv() as a wrapper around complete_subcmdv().

Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2019-01-15 15:28:53 -05:00
..
2013-04-01 16:33:52 -04:00
2019-01-14 17:42:32 -05:00
2018-09-10 20:20:34 -04:00
2013-04-01 16:33:52 -04:00
2018-12-03 10:44:10 -05:00
2019-01-01 14:12:18 +01:00
2016-02-06 12:00:59 +01:00
2016-05-02 18:37:09 -04:00
2018-12-06 23:26:30 -05:00
2018-12-14 17:59:10 +01:00
2018-06-05 20:19:08 -04:00
2017-08-16 08:30:24 -04:00