We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v should-compile-all
1 parent dc1d091 commit b00f68cCopy full SHA for b00f68c
1 file changed
cmd/tools/vshould-compile-all.v
@@ -5,6 +5,7 @@ const should_clean = os.args.contains('-c')
5
6
fn main() {
7
log.use_stdout()
8
+ unbuffer_stdout()
9
mut files := []string{}
10
args := os.args#[2..].filter(it != '-c')
11
for a in args {
0 commit comments