Skip to content
  • Zachary T Welch's avatar
    split jim_target into multiple handlers · cb8d567b
    Zachary T Welch authored
    The 'target' command group was implemented using its own command
    dispatching, which can be eliminated by using the new chained command
    registration mechanism.  This patch splits the jim_target() function
    into individual handlers, which makes them to be visible to the help and
    usage commands.  These one-trick handlers are much easier to understand.
    cb8d567b