nu-lint 0.0.90

Linter for Nu shell scripts that helpfully suggests improvements
Documentation
1
2
3
4
5
[1 2 3 4 5] |
each { |x| $x * 2 } |
where { |x| $x > 4 } |
reduce { |it, acc| $acc + $it } |
$in * 10 | into string