Skip to content

Commit 73c2e0d

Browse files
committed
Improve CLI output
1 parent f7923e8 commit 73c2e0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmd/tess.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,8 @@ func main() {
322322

323323
// Optionally copy templates into the Drive folder
324324
if *copyTemplates {
325+
// Visual separation from upload summary
326+
fmt.Println()
325327
if strings.TrimSpace(*rcloneFolderID) == "" {
326328
fmt.Fprintln(os.Stderr, "--copy-templates requires --rclone-folder-id to be set")
327329
} else if _, err := exec.LookPath("rclone"); err != nil {

0 commit comments

Comments
 (0)