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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user