MakeShutdownCh returns a channel that can be used for shutdown notifications
for commands. This channel will send a message for every interrupt or SIGTERM
received.
Map returns a realized mapping of available CLI commands in a format that
the CLI class can consume. This should be called after all registration is
complete.