From 594022d8dfbbb2c3f5bc6da1108b5f1afcc8f91e Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 9 May 2024 10:31:14 +0100 Subject: [PATCH] fix(mise): hide missing tools notification in CLI This often interferes with things that call shims and parse the output, as output from shims will have a missing tool warning appended to the end of the output. --- config/mise/settings.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mise/settings.toml b/config/mise/settings.toml index b52bd15..f577ce4 100644 --- a/config/mise/settings.toml +++ b/config/mise/settings.toml @@ -3,5 +3,6 @@ experimental = true legacy_version_file = true [status] +missing_tools = "never" show_env = true show_tools = false