refactor(VCS)!: moves over to sync style -- WIP/unstable
This commit is contained in:
parent
1bd862e5e0
commit
9c82ee70d4
7 changed files with 282 additions and 287 deletions
|
|
@ -165,8 +165,7 @@ func restore(cmd *cobra.Command, args []string) error {
|
|||
}
|
||||
|
||||
fmt.Fprintf(cmd.ErrOrStderr(), "Restored %d entries into @%s\n", restored, dbName)
|
||||
msg := fmt.Sprintf("restore @%s (%d entries)", dbName, restored)
|
||||
return autoCommit(store, []string{dbName}, msg)
|
||||
return autoSync()
|
||||
}
|
||||
|
||||
func restoreInput(cmd *cobra.Command) (io.Reader, io.Closer, error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue