nushell/docs/commands/do.md
JT 8c0a2d3c15
Auto-generate markdown command docs (#4451)
* Finish updating

* a couple improvements

* Update renames

* cleanup examples
2022-02-13 21:22:51 -05:00

269 B

title layout version
do command 0.59.0

Run a block

Signature

> do (block) ...rest --ignore-errors

Parameters

  • block: the block to run
  • ...rest: the parameter(s) for the block
  • --ignore-errors: ignore errors as the block runs