浏览代码

Add prompt to export after account add

Neeraj Gupta 1 年之前
父节点
当前提交
104bdfb5a4
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      pkg/account.go

+ 1 - 0
pkg/account.go

@@ -73,6 +73,7 @@ func (c *ClICtrl) AddAccount(cxt context.Context) {
 		return
 	} else {
 		fmt.Println("Account added successfully")
+		fmt.Println("run `ente-cli export` to initiate export of your account data")
 	}
 }