Add prompt to export after account add

This commit is contained in:
Neeraj Gupta 2023-10-24 18:11:46 +05:30
parent 29925a910c
commit 104bdfb5a4

View file

@ -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")
}
}