summaryrefslogtreecommitdiff
path: root/tools/inspect/inspect.vala
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inspect/inspect.vala')
-rw-r--r--tools/inspect/inspect.vala1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/inspect/inspect.vala b/tools/inspect/inspect.vala
index 5240717..db11141 100644
--- a/tools/inspect/inspect.vala
+++ b/tools/inspect/inspect.vala
@@ -95,6 +95,7 @@ public class Folks.Inspect.Client : Object
this.commands.set ("backends", new Commands.Backends (this));
this.commands.set ("persona-stores", new Commands.PersonaStores (this));
this.commands.set ("signals", new Commands.Signals (this));
+ this.commands.set ("debug", new Commands.Debug (this));
try
{