Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cargo-apk: Parse and act on commandline arguments before finding and panicking on incomplete workspace #217

Closed
MarijnS95 opened this issue Jan 24, 2022 · 0 comments · Fixed by #238

Comments

@MarijnS95
Copy link
Member

When running commands such as cargo apk help or the upcoming cargo apk version, which should run anywhere and don't depend on the workspace in $PWD, cargo-apk still exits with a rather useless error message:

Error: Didn't find Cargo.toml

We should refactor cargo-subcommand to drop this workspace requirement for commands that don't need it. More details on fixing this in #182 (comment).


@dvc94ch Does this description supersede #182?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant