diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-05-12 02:02:45 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-05-12 02:02:45 +0900 |
| commit | ddc4e1cddca78e99adbd823759382deed6c2d708 (patch) | |
| tree | a963ae8fae678ca8a4b9190f4732c4fad9a00b74 /crates/shirabe/src/command/outdated_command.rs | |
| parent | 68180ee8bf9db0fa497d40ac68e0ca77d0edf213 (diff) | |
| download | php-shirabe-ddc4e1cddca78e99adbd823759382deed6c2d708.tar.gz php-shirabe-ddc4e1cddca78e99adbd823759382deed6c2d708.tar.zst php-shirabe-ddc4e1cddca78e99adbd823759382deed6c2d708.zip | |
feat(init): add scaffold files
Diffstat (limited to 'crates/shirabe/src/command/outdated_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/outdated_command.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/shirabe/src/command/outdated_command.rs b/crates/shirabe/src/command/outdated_command.rs new file mode 100644 index 0000000..f1d0195 --- /dev/null +++ b/crates/shirabe/src/command/outdated_command.rs @@ -0,0 +1 @@ +//! ref: composer/src/Composer/Command/OutdatedCommand.php |
