cloud-hypervisor/option_parser
Demi Marie Obenour 9825397350 misc: option_parser: allow quoting special characters
The option parser did not allow quoting any special characters, which
means that some strings could not be passed via command-line options.
Fix this by allowing double quotes to quote all the special characters,
such as '@', ',', '[', and ']'.  '"' can be escaped by doubling it.  The
implementation uses some tricks to stay modular.

Signed-off-by: Demi Marie Obenour <demiobenour@gmail.com>
2025-08-10 11:25:24 +00:00
..
src misc: option_parser: allow quoting special characters 2025-08-10 11:25:24 +00:00
Cargo.toml misc: streamline thiserror cargo dep 2025-05-28 17:24:34 +00:00