Compare commits
2 Commits
f095312437
...
1887750134
Author | SHA1 | Date | |
---|---|---|---|
|
1887750134 | ||
aa1ef7041e |
@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
- add ability to specify custom command
|
||||
|
||||
### Fixed
|
||||
- tests for config
|
||||
|
||||
### Other
|
||||
- add ability to specify multiple commands
|
||||
|
||||
|
@ -398,6 +398,7 @@ mod test {
|
||||
directory: PathBuf::from("git").into()
|
||||
},
|
||||
post_update_command: None,
|
||||
post_clone_command: None
|
||||
}
|
||||
},
|
||||
config
|
||||
@ -424,6 +425,7 @@ mod test {
|
||||
cache: Cache::default(),
|
||||
projects: Projects::default(),
|
||||
post_update_command: None,
|
||||
post_clone_command: None
|
||||
}
|
||||
},
|
||||
config
|
||||
|
Loading…
x
Reference in New Issue
Block a user