Unable to feed a space to probe-rs --log-format
, via .cargo/config.toml
#14393
Labels
A-configuration
Area: cargo config files and env vars
C-bug
Category: bug
S-triage
Status: This issue is waiting on initial triage.
Problem
I noticed that it seems impossible to feed a space to the runner's parameter. Here's what I have tried:
This seems like a parsing bug. I picked
--log-format '{L} {s}'
from somewhere on the Internet; it's an advice you are likely to come across. It definitely works withprobe-rs
- just not when launched via.cargo/config.toml
.Since less surprises is good for DX (and I didn't find an already open issue), I would like someone to have a look.
Work-around:
Do not use spaces:
Steps
Have the runner line in
.config/cargo.toml
, e.g.Possible Solution(s)
Do not use spaces in runner parameters
Joking. This is not about that. More about eliminating surprises that hurt.
Notes
No response
Version
The text was updated successfully, but these errors were encountered: