Added math and min commands

typo

Added op span
This commit is contained in:
Luccas Mateus de Medeiros Gomes
2021-10-29 16:02:42 -03:00
parent 40ad9acbc3
commit 5add6035a4
6 changed files with 181 additions and 6 deletions

View File

@ -50,6 +50,7 @@ pub fn average(values: &[Value], head: &Span) -> Result<Value, ShellError> {
span: Span::unknown(),
},
values.to_vec(),
*head,
)?;
match total {
Value::Filesize { val, span } => Ok(Value::Filesize {