mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 20:47:44 +02:00
Cal documentation updates (#1895)
This commit is contained in:
@ -33,7 +33,7 @@ fn cal_friday_the_thirteenths_in_2015() {
|
||||
let actual = nu!(
|
||||
cwd: ".", pipeline(
|
||||
r#"
|
||||
cal --full-year 2015 | get friday | compact | where $it == 13 | count
|
||||
cal --full-year 2015 | default friday 0 | where friday == 13 | count
|
||||
"#
|
||||
));
|
||||
|
||||
|
Reference in New Issue
Block a user