aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2020-07-23 14:29:49 +0100
committerMatthew Lemon <matt@matthewlemon.com>2020-07-23 14:29:49 +0100
commitdd3afa6b53db767522bf7fe93facd2bc2605a1c8 (patch)
treefb453e4e9166e869d126a4e2d7922d9436213072
parent850be5e72157a9e56e52547e3385f419ca189880 (diff)
added code
-rw-r--r--pkg/datamaps/config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/datamaps/config.go b/pkg/datamaps/config.go
index 1bc65ec..ffe14db 100644
--- a/pkg/datamaps/config.go
+++ b/pkg/datamaps/config.go
@@ -69,6 +69,8 @@ func ParseOptions() *Options {
switch os.Args[1] {
case "server":
opts.Command = "server"
+ case "datamap":
+ opts.Command = "datamap"
}
// setup command