Add values command (see #7166) (#7583)

This commit is contained in:
Leon
2022-12-24 04:49:19 +10:00
committed by GitHub
parent 852ec3f9a0
commit b16b3c0b7f
11 changed files with 246 additions and 14 deletions

View File

@ -723,7 +723,7 @@ Format: #
_ => {
return Err(ShellError::IncompatibleParametersSingle(
format!("problem with key: {}", k),
code.span().expect("error with span"),
code.expect_span(),
))
}
}