update: finish up the pull command

This commit is contained in:
ngn
2024-05-02 23:20:33 +03:00
parent d7e347175f
commit 9e8f57c175
10 changed files with 98 additions and 41 deletions

View File

@ -7,11 +7,11 @@ enum ErrorCodes {
ConfigParseFail = 952,
ConfigMultiple = 951,
TargetSrcFail = 950,
TargetSrcFail = 950,
OpendirFail = 948,
MkdirFail = 945,
OpenFail = 944,
MkdirFail = 945,
OpenFail = 944,
};
extern int errno;