Export hgvs one-hot numpy: -1 for missing / low quality tiles.
[lightning.git] / cmd.go
diff --git a/cmd.go b/cmd.go
index d2f75c996ddc613a83c359ad7ba1f07e553e7c01..710080f97b271eaf88cadaa4602c9bf400e4803b 100644 (file)
--- a/cmd.go
+++ b/cmd.go
@@ -1,3 +1,7 @@
+// Copyright (C) The Lightning Authors. All rights reserved.
+//
+// SPDX-License-Identifier: AGPL-3.0
+
 package lightning
 
 import (
@@ -24,6 +28,7 @@ var (
                "annotate":           &annotatecmd{},
                "export":             &exporter{},
                "export-numpy":       &exportNumpy{},
+               "flake":              &flakecmd{},
                "numpy-comvar":       &numpyComVar{},
                "filter":             &filtercmd{},
                "build-docker-image": &buildDockerImage{},