diff options
Diffstat (limited to 'crates/shirabe/src/command/self_update_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/self_update_command.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/shirabe/src/command/self_update_command.rs b/crates/shirabe/src/command/self_update_command.rs index 510b097..2f319ff 100644 --- a/crates/shirabe/src/command/self_update_command.rs +++ b/crates/shirabe/src/command/self_update_command.rs @@ -27,6 +27,12 @@ pub struct SelfUpdateCommand { base_command_data: BaseCommandData, } +impl Default for SelfUpdateCommand { + fn default() -> Self { + Self::new() + } +} + impl SelfUpdateCommand { pub fn new() -> Self { let mut command = SelfUpdateCommand { |
