add sema and retries

This commit is contained in:
Aleksandr Trushkin
2024-02-04 22:48:20 +03:00
parent e474c69aac
commit 362d4524e3
4 changed files with 33 additions and 16 deletions

View File

@ -42,7 +42,7 @@ func main() {
err := runcli(ctx)
if err != nil {
fmt.Fprintf(os.Stderr, "unable to handle app: %v", err)
fmt.Fprintf(os.Stderr, "unable to handle app: %v\n", err)
os.Exit(1)
}