aboutsummaryrefslogtreecommitdiff
path: root/ui/command-processor.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/command-processor.go')
-rw-r--r--ui/command-processor.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/command-processor.go b/ui/command-processor.go
index 10478cc..7a67d77 100644
--- a/ui/command-processor.go
+++ b/ui/command-processor.go
@@ -134,6 +134,8 @@ func NewCommandProcessor(parent *MainView) *CommandProcessor {
"hprof": cmdHeapProfile,
"cprof": cmdCPUProfile,
"trace": cmdTrace,
+
+ "fingerprint": cmdFingerprint,
},
}
}