Skip to content
  • Duncan Coutts's avatar
    Move user logging out of registerPackage and into some callers · 27dd76a0
    Duncan Coutts authored
    The main reason is to stop using the pkg and inplace args so that we
    can drop them entirely. A side benefit is that we don't actually want
    to emit a setupMessage for inplace registering, since that's a rather
    uninteresting internal action. We only want it for the explicit
    register command. So only one caller gains a call to setupMessage.
    27dd76a0