We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd3b6d commit 701efb5Copy full SHA for 701efb5
1 file changed
cmd/tagbackup/main.go
@@ -0,0 +1,11 @@
1
+package main
2
+
3
+import (
4
+ "os"
5
6
+ "github.com/joncombe/tagbackup/internal/cli"
7
+)
8
9
+func main() {
10
+ os.Exit(cli.Main())
11
+}
0 commit comments