diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-20 21:40:32 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-20 21:40:32 +0900 |
| commit | 0b17152889f2096199a24a87df59ade2dca6e1a0 (patch) | |
| tree | 0390af199a337ceec002ec07bcf74a88fd73b0f0 /crates/shirabe/tests | |
| parent | 6a46e7fde3582bdb3335fab1139ebb8ed98a0dc4 (diff) | |
| download | php-shirabe-0b17152889f2096199a24a87df59ade2dca6e1a0.tar.gz php-shirabe-0b17152889f2096199a24a87df59ade2dca6e1a0.tar.zst php-shirabe-0b17152889f2096199a24a87df59ade2dca6e1a0.zip | |
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) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests')
| -rw-r--r-- | crates/shirabe/tests/cli.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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", |
