bit

Function bit 

Source
fn bit(value: bool) -> String
Expand description

Booleans in --env output are 0 or 1: [ "$RADIO_ENABLED" = 1 ] is the shell’s natural test, and “on” would only invite string comparison against a word that might change.