diff options
Diffstat (limited to 'crates/shirabe/src/command/status_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/status_command.rs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/crates/shirabe/src/command/status_command.rs b/crates/shirabe/src/command/status_command.rs index 42ba74eb..5bcb7dd7 100644 --- a/crates/shirabe/src/command/status_command.rs +++ b/crates/shirabe/src/command/status_command.rs @@ -22,6 +22,8 @@ pub struct StatusCommand { base_command_data: BaseCommandData, } +shirabe_php_shim::impl_php_class!(StatusCommand, r"Composer\Command\StatusCommand"); + impl Default for StatusCommand { fn default() -> Self { Self::new() @@ -393,10 +395,7 @@ impl Command for StatusCommand { crate::command::base_command::base_command_complete(self, input, suggestions) } - shirabe_external_packages::delegate_command_trait_impls_to_inner!( - base_command_data, - "Composer\\Command\\StatusCommand" - ); + shirabe_external_packages::delegate_command_trait_impls_to_inner!(base_command_data); } impl BaseCommand for StatusCommand { |
