CAN's show command should render a noteΒΆ
CAN's show command is used to display notes. When passing a valid note name as an argument, CAN should render that note in full using the cli markdown variant.
The note-rendering handler should listen for the COMMAND_SHOW event, and fire the RENDERED_NOTE event once complete. The COMMAND_SHOW event should have a name parameter.