py-spy icon indicating copy to clipboard operation
py-spy copied to clipboard

Consider moving CLI functionality behind a feature flag

Open CosmicHorrorDev opened this issue 1 year ago • 1 comments

Using this crate as a library currently pulls in a lot of dependencies that only really make sense for the binary portion of the app. It would be nice to avoid all of these by exposing the binary stuff behind a default feature instead

CosmicHorrorDev avatar Dec 27 '23 03:12 CosmicHorrorDev

It'd probably make more sense to move the CLI into a separate crate from the core functionality.

zanieb avatar Oct 18 '24 04:10 zanieb