Closed dgholz closed 3 weeks ago
targeting 20+ year old bash is not high on my priority list, just upgrade it
I can for myself, but I'm planning to make mise
the preferred way to manage developer tools for the project I work on. And some of the other developers might have more friction on updating their version of Bash.
I think this only affects completions, I certainly haven't noticed any issues with mise
itself.
Describe the bug
This is a dupe of #883. I see this error when opening a new Terminal window on macOS:
I see in the original ticket:
clap_complete
was removed in 87141bc6f8913c53cd1cf98ebd8b5dab3cb2c0a2, and I see in the diff that the workaround it provided for older versions of Bash was not preserved. https://github.com/jdx/mise/blob/d9b8e9e69de50f2dc0de9fc4e0f5418075f85680/completions/mise.bash#L5044-L5048DO you think it could be added back in?