Function git_status_vars::shell_quote_debug
source · pub fn shell_quote_debug<V: Debug>(value: V) -> String
Expand description
Format a value with Debug
and quote it for safe shell insertion.
pub fn shell_quote_debug<V: Debug>(value: V) -> String
Format a value with Debug
and quote it for safe shell insertion.