display boolean config options as true/false instead of Yes/No (#3043)

This commit is contained in:
ammkrn
2021-02-11 02:50:33 -06:00
committed by GitHub
parent 8367f2001c
commit aa564f5072
5 changed files with 24 additions and 24 deletions

View File

@ -24,12 +24,12 @@ Given the following meals
Show the empty contents
```shell
> echo [[meal size]; [arepa small] [taco '']] | empty? meal size
═══╦════════════
# ║ meal ║ size
═══╬════════════
0No ║ No
1No ║ Yes
═══╩════════════
═══╦═══════╦═══════
# ║ meal ║ size
═══╬═══════╬═══════
0falsefalse
1falsetrue
═══╩═══════╩═══════
```
Let's assume we have a report of totals per day. For simplicity we show just for three days `2020/04/16`, `2020/07/10`, and `2020/11/16`. Like so