feat: remove ai cmd
This commit is contained in:
@@ -53,7 +53,6 @@ func NewRootCommand() *cobra.Command {
|
||||
cmd.AddCommand(newRegexCommand())
|
||||
cmd.AddCommand(newSequenceCommand())
|
||||
cmd.AddCommand(newUndoCommand())
|
||||
cmd.AddCommand(newAICommand())
|
||||
|
||||
return cmd
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user