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
Instead of using cargo as a library (leading to problems like #51), we should use a cargo wrapper (like escargot). This will give us all the benefits of using cargo-as-a-library (proper error codes, no parsing of stdout/stderr stream) without the downside of it going stale.
The text was updated successfully, but these errors were encountered:
This is turning out to be complicated due to a very "dumb" problem: I can't figure out how to get either docopt or clap to give me a list of unmatched arguments. This leads me to write incredibly brittle code recreating the parameters from a full parse. Really not ideal, but I guess I'll have to live with it.
Discussed in #34.
Instead of using cargo as a library (leading to problems like #51), we should use a cargo wrapper (like escargot). This will give us all the benefits of using cargo-as-a-library (proper error codes, no parsing of stdout/stderr stream) without the downside of it going stale.
The text was updated successfully, but these errors were encountered: