Skip to content

Commit

Permalink
Update toml-tasks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx authored Jan 24, 2025
1 parent daa75da commit 6dc733a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/toml-tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,5 +459,5 @@ run = 'echo {{arg(name="user")}}'
hide = true
quiet = true # this is mandatory to make completion work (makes the mise command just print "alice bob charlie")
description = "List users"
run = 'echo "alice bob charlie"'
run = 'echo "alice\nbob\ncharlie"'
```

0 comments on commit 6dc733a

Please sign in to comment.