Skip to content

debugger: Fix summary help

Florian Müllner requested to merge fmuellner/gjs:debugger-help into master

After commit 0846ada6, printcmd() no longer receives an array of command synonyms, but a single command object with an 'aliases' key.

Adjust the function accordingly to fix showing the summary help.

Merge request reports