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
|
|
@ -124,8 +124,8 @@ func set(cmd *cobra.Command, args []string) error {
|
|||
}
|
||||
|
||||
valSummary := summarizeValue(value)
|
||||
msg := fmt.Sprintf("set %s: %s", spec.Display(), valSummary)
|
||||
return autoCommit(store, []string{spec.DB}, msg)
|
||||
_ = fmt.Sprintf("set %s: %s", spec.Display(), valSummary) // placeholder for future messaging
|
||||
return autoSync()
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue