Function bitcoinrpc_util::shell_quote_if_needed
source · pub fn shell_quote_if_needed(s: &String) -> StringExpand description
| Shell-quotes the argument if it needs | quoting, else returns it literally, | to save typing. | | ———– | @note | | This is intended for help, not for security-sensitive | purposes. |