forked from extern/nushell
It expansion (#1668)
* First step in it-expansion * Fix tests * fix clippy warnings
This commit is contained in:
@ -102,7 +102,7 @@ impl Shell for FilesystemShell {
|
||||
short_names,
|
||||
with_symlink_targets,
|
||||
}: LsArgs,
|
||||
context: &RunnablePerItemContext,
|
||||
context: &RunnableContext,
|
||||
) -> Result<OutputStream, ShellError> {
|
||||
let ctrl_c = context.ctrl_c.clone();
|
||||
let name_tag = context.name.clone();
|
||||
|
Reference in New Issue
Block a user