grafana / pyroscope-rs

Pyroscope Profiler for Rust. Profile your Rust applications.
Apache License 2.0
132 stars 22 forks source link

fix(cli): exec command args #130

Closed korniltsev closed 11 months ago

korniltsev commented 11 months ago

there was a bug when all the args are contactenated on " " and passed as a single string argument to a child

This pr