It expansion (#1668)

* First step in it-expansion

* Fix tests

* fix clippy warnings
This commit is contained in:
Jonathan Turner
2020-04-27 14:04:54 +12:00
committed by GitHub
parent 6f2ef05195
commit 8bd3cedce1
37 changed files with 1040 additions and 1002 deletions

View File

@ -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();