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:
@ -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)
|
||||
|
Reference in New Issue
Block a user