Remove python implementation of hints

This commit is contained in:
Kovid Goyal
2023-03-10 07:16:25 +05:30
parent 2e1eebd998
commit 69916ca4e8
2 changed files with 10 additions and 534 deletions

View File

@@ -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
}