Fix function $0 param, scope positional args locally, follow symlinks in completion, expose SHED_VI_MODE variable, and clean up test helpers

This commit is contained in:
2026-03-07 00:23:05 -05:00
parent b137c38e92
commit fe9fd5c797
7 changed files with 62 additions and 26 deletions

View File

@@ -32,7 +32,7 @@ pub fn has_cmd(cmd: &str) -> bool {
}
pub fn test_input(input: impl Into<String>) -> ShResult<()> {
exec_input(input.into(), None, true, None)
exec_input(input.into(), None, false, None)
}
pub struct TestGuard {