This commit is contained in:
2025-08-25 07:16:16 +02:00
parent 85eaee4c0a
commit 4c1ed80b85

View File

@@ -99,6 +99,10 @@ pub fn (mut gs GitStructure) do(args_ ReposActionsArgs) !string {
provider: args.provider
)!
if repos.len<4 || args.cmd in 'pull,push,commit,delete'.split(',') {
args.reload = true
}
for mut repo in repos {
repo.status_update(reset: args.reload || args.cmd == 'reload')!
}