
14 Oct
2008
14 Oct
'08
2:56 p.m.
On Sep 23, 2008, at 10:05 AM, Kumar Gala wrote:
Sub-command can benefit from using the same table and search functions that top level commands have. Expose this functionality by refactoring find_cmd() and introducing find_cmd_tbl() that sub-command processing can call.
Signed-off-by: Kumar Gala galak@kernel.crashing.org
common/command.c | 14 ++++++++++---- include/command.h | 7 +++++++ 2 files changed, 17 insertions(+), 4 deletions(-)
Wolfgang,
how about applying this to next?
- k