mirror of
https://github.com/go-task/task.git
synced 2025-03-03 14:52:13 +02:00
docs: fix typo (#1895)
This commit is contained in:
parent
2ab1dcbf1d
commit
041063b732
@ -96,7 +96,7 @@ echo $a
|
|||||||
|
|
||||||
## 'x' builtin command doesn't work on Windows
|
## 'x' builtin command doesn't work on Windows
|
||||||
|
|
||||||
The default shell on Windows (`cmd` and `powershell`) do not have commands like
|
The default shell on Windows (`cmd` and `powershell`) does not have commands like
|
||||||
`rm` and `cp` available as builtins. This means that these commands won't work.
|
`rm` and `cp` available as builtins. This means that these commands won't work.
|
||||||
If you want to make your Taskfile fully cross-platform, you'll need to work
|
If you want to make your Taskfile fully cross-platform, you'll need to work
|
||||||
around this limitation using one of the following methods:
|
around this limitation using one of the following methods:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user