Strange show_env
output when redacted variable follows empty variable
#4246
Labels
show_env
output when redacted variable follows empty variable
#4246
Discussed in #4245
Originally posted by majutsushi January 27, 2025
I have this
mise.toml
file:This correctly prints out the variables when cd'ing into the directory:
However, if I make the variable
A
an empty string like this:then I get this output:
This only happens if an empty variable if followed by a redacted variable. If I add another variable
C = "c"
betweenA
andB
then the output gets even stranger:mise doctor
output:The text was updated successfully, but these errors were encountered: