We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7923e8 commit 73c2e0dCopy full SHA for 73c2e0d
cmd/tess.go
@@ -322,6 +322,8 @@ func main() {
322
323
// Optionally copy templates into the Drive folder
324
if *copyTemplates {
325
+ // Visual separation from upload summary
326
+ fmt.Println()
327
if strings.TrimSpace(*rcloneFolderID) == "" {
328
fmt.Fprintln(os.Stderr, "--copy-templates requires --rclone-folder-id to be set")
329
} else if _, err := exec.LookPath("rclone"); err != nil {
0 commit comments