mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
log: add log.use_stdout()
, use it to silence the transition note for the most commonly used V tools/examples (#23642)
This commit is contained in:
parent
23c3af8b4d
commit
319eb83525
12 changed files with 24 additions and 7 deletions
|
@ -34,6 +34,7 @@ pub fn (t Task) run() {
|
|||
|
||||
pub fn run(all_tasks map[string]Task) {
|
||||
unbuffer_stdout()
|
||||
log.use_stdout()
|
||||
if os.args.len < 2 {
|
||||
println('Usage: v run macos_ci.vsh <task_name>')
|
||||
println('Available tasks are: ${all_tasks.keys()}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue