internal/cmd/root.go 🔗
@@ -234,7 +234,7 @@ func shouldEnableMetrics() bool {
if config.Get().Options.DisableMetrics {
return false
}
- return true
+ return false
}
func MaybePrependStdin(prompt string) (string, error) {
Amolith created
internal/cmd/root.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -234,7 +234,7 @@ func shouldEnableMetrics() bool {
if config.Get().Options.DisableMetrics {
return false
}
- return true
+ return false
}
func MaybePrependStdin(prompt string) (string, error) {