insta-cmd icon indicating copy to clipboard operation
insta-cmd copied to clipboard

CLI extension to insta

Results 4 insta-cmd issues
Sort by recently updated
recently updated
newest added

Is there a reason to target the binary directly and not sit on top of `cargo run`?

Currently stdout/stderr are just written in like this. There might be better ways:

I've ran into an issue where my command outputs json, but the ordering of the key/value pairs change, resulting in a conflicting snapshot. Maybe there should be a way to...