Skip to content

Commit e326614

Browse files
committed
refactor(config): remove redundant Run from configCmd
1 parent 6a57e4a commit e326614

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cmd/config.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ var configCmd = &cobra.Command{
1414
Use: "config",
1515
Short: "Manage configuration for lazycommit",
1616
Long: `Configure the provider, model, and other settings for lazycommit.`,
17-
Run: func(cmd *cobra.Command, args []string) {
18-
runInteractiveConfig()
19-
},
2017
}
2118

2219
var getCmd = &cobra.Command{

0 commit comments

Comments
 (0)