perl-dap-command-args 0.11.0

Shell-safe command argument formatting for perl-dap
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 4.25 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 19s Average build duration of successful builds.
  • all releases: 19s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • EffortlessMetrics/perl-lsp
    0 1 46
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • EffortlessSteven

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.