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

tools/check-md: allow directories as args and deprecate -all flag (#8582)

This commit is contained in:
Lukas Neubert
2021-02-05 16:46:20 +01:00
committed by GitHub
parent 12e8e31bb2
commit 76ea3e7b41
9 changed files with 71 additions and 52 deletions

View File

@@ -78,7 +78,7 @@ fn get_all_commands() []Command {
okmsg: 'All examples can be compiled.'
}
res << Command{
line: '$vexe run cmd/tools/check-md.v -hide-warnings -all'
line: '$vexe check-md -hide-warnings .'
label: 'Check ```v ``` code examples and formatting of .MD files...'
okmsg: 'All .md files look good.'
}