Skip to content

Implement hidden commands

Simon Spannagel requested to merge p-silent-commands into main

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.

Merge request reports

Loading