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

@ -27,6 +27,6 @@ Syntax: `from json {flags}`
━━━━━━━━━━━┯━━━━━━━━━┯━━━━━━━
title │ type │ flags
───────────┼─────────┼───────
from json │ commandYes
from json │ commandtrue
━━━━━━━━━━━┷━━━━━━━━━┷━━━━━━━
```