Skip to content

Instantly share code, notes, and snippets.

@mamachanko
Created November 21, 2022 08:14
Show Gist options
  • Save mamachanko/add1d9f42a76d93cbce4a45499502e75 to your computer and use it in GitHub Desktop.
Save mamachanko/add1d9f42a76d93cbce4a45499502e75 to your computer and use it in GitHub Desktop.
YAML and boolean
y: ""
Y: ""
yes: ""
Yes: ""
YES: ""
n: ""
N: ""
no: ""
No: ""
NO: ""
true: ""
True: ""
TRUE: ""
false: ""
False: ""
FALSE: ""
on: ""
On: ""
ON: ""
off: ""
Off: ""
OFF: ""
---
"y": ""
"Y": ""
"yes": ""
"Yes": ""
"YES": ""
"n": ""
"N": ""
"no": ""
"No": ""
"NO": ""
"true": ""
"True": ""
"TRUE": ""
"false": ""
"False": ""
"FALSE": ""
"on": ""
"On": ""
"ON": ""
"off": ""
"Off": ""
"OFF": ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment