Add retry command parser coverage#3365
Conversation
|
@algora-pbc /claim #389 The PR body also includes |
|
Hi maintainers, the contributor has signed the CLA, but the CLAassistant status on this PR still shows |
|
Update: CLAassistant now shows all committers have signed the CLA, and the current visible check is passing. Thanks. |
4aa9891 to
560a669
Compare
|
Rebased
The visible Release Drafter check is green. GitHub is still showing required checks as expected/pending because the public-fork workflows are awaiting maintainer approval. Co-Authored-By: ForgeCode noreply@forgecode.dev |
560a669 to
a62ff3a
Compare
|
Rebased |
a62ff3a to
ef78cfe
Compare
ef78cfe to
c481356
Compare
Summary
/retryparses toAppCommand::Retry/raliasThe current runtime path already retries by calling
UI::on_message(None), matching the maintainer note on #389. This PR locks the exposed command surface down so that behavior stays reachable from the chat prompt.Verification
cargo test -p forge_main retrygit diff --checkNote:
cargo fmt --checkcurrently reports an unrelated existing formatting diff incrates/forge_main/src/info.rs, so I did not include that file in this PR./claim #389