Created
May 26, 2019 04:50
-
-
Save solarkennedy/297a48b9ac372feee7e25b48f792c610 to your computer and use it in GitHub Desktop.
All Yaml Booleans
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- false | |
- False | |
- FALSE | |
- n | |
- N | |
- no | |
- No | |
- NO | |
- off | |
- Off | |
- OFF | |
- on | |
- On | |
- ON | |
- true | |
- True | |
- TRUE | |
- y | |
- Y | |
- yes | |
- Yes | |
- YES |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
false, | |
false, | |
false, | |
false, | |
false, | |
false, | |
false, | |
false, | |
false, | |
false, | |
false, | |
true, | |
true, | |
true, | |
true, | |
true, | |
true, | |
true, | |
true, | |
true, | |
true, | |
true | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment