We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5f7d65 commit 0718117Copy full SHA for 0718117
npm-api.sh
@@ -491,7 +491,7 @@ colorize_boolean() {
491
elif [ "$value" = "false" ]; then
492
echo "${COLOR_RED}false${CoR}"
493
else
494
- # Si la valeur n'est ni true ni false, la convertir en booléen
+ # If value is neither true nor false, convert to boolean
495
if [ "$value" = "1" ] || [ "$value" = "yes" ] || [ "$value" = "on" ]; then
496
echo "${COLOR_GREEN}true${CoR}"
497
0 commit comments