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.
This commit is contained in:
Jim Myhrberg
2024-05-09 10:31:14 +01:00
parent f0c38533f5
commit 594022d8df

View File

@@ -3,5 +3,6 @@ experimental = true
legacy_version_file = true
[status]
missing_tools = "never"
show_env = true
show_tools = false