mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 00:08:26 +02:00
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