Function grep_cli::escape_os

source ·
pub fn escape_os(string: &OsStr) -> String
Expand description

Escapes an OS string into a human readable string.

This is like escape, but accepts an OS string.