feat(commit): text templating in commit messages
This commit is contained in:
parent
4e78cefd56
commit
2ca32769d5
30 changed files with 281 additions and 115 deletions
|
|
@ -79,7 +79,7 @@ func delStore(cmd *cobra.Command, args []string) error {
|
|||
if err := executeDeletion(path); err != nil {
|
||||
return err
|
||||
}
|
||||
return autoSync()
|
||||
return autoSync(fmt.Sprintf("removed @%s", dbName))
|
||||
}
|
||||
|
||||
func executeDeletion(path string) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue