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
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).
When running commands such as
cargo apk help
or the upcomingcargo 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: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?
The text was updated successfully, but these errors were encountered: