diff options
Diffstat (limited to 'crates/shirabe/src/command/depends_command.rs')
| -rw-r--r-- | crates/shirabe/src/command/depends_command.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crates/shirabe/src/command/depends_command.rs b/crates/shirabe/src/command/depends_command.rs index bc9dd27..133f8b2 100644 --- a/crates/shirabe/src/command/depends_command.rs +++ b/crates/shirabe/src/command/depends_command.rs @@ -28,6 +28,12 @@ pub struct DependsCommand { colors: Vec<String>, } +impl Default for DependsCommand { + fn default() -> Self { + Self::new() + } +} + impl DependsCommand { pub fn new() -> Self { let mut command = DependsCommand { |
