From 0b17152889f2096199a24a87df59ade2dca6e1a0 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 20 Jun 2026 21:40:32 +0900 Subject: feat(outdated): proxy execute to show via shared Application The execute() proxy was left as todo!(); wire it to the shared Application handle so `outdated` re-enters the run flow as `show -l`, matching PHP's $this->getApplication()->run(). Add Application::shared() to expose the new_shared self-reference and un-ignore run_outdated. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/cli.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/shirabe/tests/cli.rs') diff --git a/crates/shirabe/tests/cli.rs b/crates/shirabe/tests/cli.rs index a267ff2..ba58d11 100644 --- a/crates/shirabe/tests/cli.rs +++ b/crates/shirabe/tests/cli.rs @@ -145,7 +145,6 @@ run_no_panic_tests! { run_init => "init", run_install => "install", run_licenses => "licenses", - #[ignore = "currently panics"] run_outdated => "outdated", run_prohibits => "prohibits", run_reinstall => "reinstall", -- cgit v1.3.1