perl-dap-command-args 0.12.2

Shell-safe command argument formatting for perl-dap
Documentation

perl-dap-command-args

Small SRP crate that formats command-line arguments for platform shells used by perl-dap.

API

  • format_command_args(args: &[String]) -> Vec<String>

The formatter wraps arguments that contain spaces using platform-appropriate quoting rules.