Open RonnyPfannschmidt opened 5 months ago
I like your idea in Discord of starting with a !
to prevent script lookups as there is already precedent with starting with -
to ignore the exit code. Are you still fine with that idea?
It would be nice to consider the ! For internal commands and have something like cmd from bash that runs an os command for sur
currently when one wants to call a operating system command with the same name as a script, an error is triggered unless one uses a non-portable wrapper (like env on posix)
i'd like to be able to run the pre-commit command in a portable way (as env is not available on other platforms) i'd like to avoid using a differently mangled name