1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci,tools: improve the precision of report-missing-fn-doc, remove dependence on sed

This commit is contained in:
Delyan Angelov
2022-02-08 11:28:50 +02:00
parent ff02f94fd6
commit 1dbde05267
2 changed files with 7 additions and 6 deletions

View File

@ -158,7 +158,6 @@ fn main() {
exclude: fp.string_multi('exclude', `e`, '')
relative_paths: fp.bool('relative-paths', `r`, false, 'Use relative paths in output.')
}
dump(opt)
if opt.show_help {
println(fp.usage())
exit(0)