mirror of
https://github.com/ruuda/rcl.git
synced 2025-12-23 04:47:19 +00:00
This enables pretty json output, so I can actually read what is going on without having to pipe the output through jq. I also have an idea to add support for color to the pretty-printer, that can easily be enabled or disabled at the config level.
12 lines
172 B
Text
12 lines
172 B
Text
[
|
|
true and false,
|
|
true and true,
|
|
true or false,
|
|
false or false,
|
|
not true,
|
|
not false,
|
|
not not true,
|
|
]
|
|
|
|
# output:
|
|
[false, true, true, false, false, true, true]
|