You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, a pre-commit script may always run `rs fmt`, even when the staged changes contain no supported files. This option lets the command exit successfully in that case instead of blocking the commit.
109
109
110
+
> [`rs staged`](./staged) enables this behavior automatically for its `rs fmt` tasks.
111
+
110
112
### `--parallel-workers <count>`
111
113
112
114
Set the maximum number of formatting workers to a positive integer:
0 commit comments