We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bccaa6 commit 789d18eCopy full SHA for 789d18e
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