Browse Source

Add prompt to export after account add

Neeraj Gupta 1 năm trước cách đây
mục cha
commit
104bdfb5a4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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")
 	}
 }