forked from extern/nushell
Convert sum command into subcommand of the math command (#2004)
* Convert sum command into subcommand of the math command * Add bullet points to math.md documentation
This commit is contained in:
@@ -198,7 +198,7 @@ fn echoing_ranges() {
|
||||
let actual = nu!(
|
||||
cwd: ".",
|
||||
r#"
|
||||
echo 1..3 | sum
|
||||
echo 1..3 | math sum
|
||||
"#
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user