We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3096a2 commit a8073e7Copy full SHA for a8073e7
pkg/config/config.go
@@ -0,0 +1,6 @@
1
+package config
2
+
3
+import "github.com/rsteube/carapace/internal/config"
4
5
6
+func Register(name string, i interface{}) { config.RegisterConfig(name, i) }
0 commit comments