aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2023-03-17 10:08:42 +0100
committerRasmus Dahlberg <rasmus@rgdd.se>2023-03-17 10:08:42 +0100
commit4e217298a1cb52a20617a9f77c63fba6363b8633 (patch)
treeedd7225c9497c09c9e322fc0e4d83447e24c38fd /main.go
parent16b0369780183b6f429b571ced21a8341da28971 (diff)
Add drafty snapshot command
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 3e71076..0511ab7 100644
--- a/main.go
+++ b/main.go
@@ -85,8 +85,8 @@ func main() {
// Hand-over to the respective subcommands
var err error
switch cmd := os.Args[1]; cmd {
- //case "snapshot":
- // err = snapshot(opts)
+ case "snapshot":
+ err = snapshot(opts)
//case "collect":
// err = collect(opts)
case "assemble":