let
is_raw_cmd c =
(c =
"bypass"
)
||
(c =
"code"
)
||
(c =
"ignore"
)
||
(c =
"text"
)