• E
    vsh: Drop redundant definition searches from vshCmd{def,Grp}Help · da60878c
    Erik Skultety 提交于
    These helpers are called from a single place only - cmdHelp wrapper and
    just before the wrapper invokes the helpers, it performs the search,
    either for command group or for the command itself, except the result is
    discarded and the helper therefore needs to do it again. Drop this
    inefficient handling and pass the @def structure rather than a name,
    thus preventing the helper from needing to perform the search again.
    Signed-off-by: NErik Skultety <eskultet@redhat.com>
    da60878c
vsh.c 89.4 KB