command uses extenum to model extensible managed effects. Effect packagesdefine commands and install environment-specific handlers. They may expose anextension point so downstream packages can prepend overrides; Unhandleddelegates to the previous handler.
command_with_unsafe_tag makes Cmd itselfextensible and finds its Handler through the runtime object tag. Its API ismore direct, but it depends on unstable runtime details.