jesseduffield.lazygit/pkg/app
Stefan Haller 6a17144ef4 Don't exit after handling daemon mode
The function that called us has just created a temp dir, and scheduled a defer
to remove it again; by calling os.Exit we short-cut this defer, and don't clean
up the temp dir. There is no reason to exit here, the calling function will
return after having called us.
2025-08-01 10:30:28 +02:00
..
daemon Don't exit after handling daemon mode 2025-08-01 10:30:28 +02:00
types Add screen-mode command line argument 2025-01-02 16:01:48 +11:00
app.go Make the minimum required git version a placeholder in the error text 2025-07-28 13:10:25 +02:00
entry_point.go Add screen-mode command line argument 2025-01-02 16:01:48 +11:00
errors.go Make the minimum required git version a placeholder in the error text 2025-07-28 13:10:25 +02:00