Draft: Start implementing hidden commands
Idea: commands starting with _
are not advertised (e.g. via get_commands()
) but can still be called if known.
The use case for this would e.e.g be the current interrupt
and failure
calls in Python etc, so commands to test & debug things.