diff options
Diffstat (limited to 'crates/shirabe/src/command/config_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/config_command.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/shirabe/src/command/config_command.rs b/crates/shirabe/src/command/config_command.rs index 9e2f4e66..fe1fd19a 100644 --- a/crates/shirabe/src/command/config_command.rs +++ b/crates/shirabe/src/command/config_command.rs @@ -1273,7 +1273,10 @@ impl Command for ConfigCommand { .into()) } - shirabe_external_packages::delegate_command_trait_impls_to_inner!(base_command_data); + shirabe_external_packages::delegate_command_trait_impls_to_inner!( + base_command_data, + "Composer\\Command\\ConfigCommand" + ); } impl BaseCommand for ConfigCommand { |
