Cal documentation updates (#1895)

This commit is contained in:
Joseph T. Lyons
2020-05-26 07:21:36 -04:00
committed by GitHub
parent bf212a5a3a
commit a915471b38
2 changed files with 17 additions and 18 deletions

View File

@ -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
"#
));