perl-dap-command-args 0.11.0

Shell-safe command argument formatting for perl-dap
Documentation
1
2
3
4
5
6
7
8
9
# 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.