Handle or explicitly ignore all remaining errors

This commit is contained in:
2024-08-12 14:13:48 -04:00
parent ed9c4e91ff
commit bb1ecc5bae
3 changed files with 21 additions and 11 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ See the [developer guide](https://github.com/rwinkhart/libmutton/blob/main/wiki/
# Roadmap
#### Release v0.2.1
- [x] Only run getSSHClient once to prevent being asked for keyfile password multiple times
- [ ] After this, handle all errors in sync/client.go
- [x] After this, handle all errors in sync/client.go
- [ ] Ensure all config files and entry files are created with 0600 permissions
- [x] Add error-specific exit codes
- [x] Split into separate repos