You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The lib itself does not need clap or termcolor so they should not be included outside of the binary. For this really simple setup, maybe use option 2 from https://stackoverflow.com/a/26953326/4747937
The lib itself does not need
clap
ortermcolor
so they should not be included outside of the binary. For this really simple setup, maybe use option 2 from https://stackoverflow.com/a/26953326/4747937Also, see: https://rust-cli-recommendations.sunshowers.io/binaries-vs-libraries.html#if-youve-decided-to-make-a-library
The text was updated successfully, but these errors were encountered: