mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-08 21:25:32 +02:00
Remove python implementation of hints
This commit is contained in:
@@ -318,7 +318,7 @@ func main(_ *cli.Command, o *Options, args []string) (rc int, err error) {
|
||||
result.Match[i] = m.Text + match_suffix
|
||||
result.Groupdicts[i] = m.Groupdict
|
||||
}
|
||||
output(result)
|
||||
fmt.Println(output(result))
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user