refactor: remove some of the clear screen commands

This commit is contained in:
Slug-Boi
2024-11-16 23:20:25 +01:00
parent 597d4f5572
commit a3336ed6c0
3 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -6,8 +6,8 @@ import (
"github.com/Slug-Boi/cocommit/src/cmd/tui"
"github.com/Slug-Boi/cocommit/src/cmd/utils"
"github.com/inancgumus/screen"
"github.com/spf13/cobra"
)