mirror of
https://github.com/go-task/task.git
synced 2024-12-12 10:45:49 +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
|
||||
|
||||
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.
|
||||
If you want to make your Taskfile fully cross-platform, you'll need to work
|
||||
around this limitation using one of the following methods:
|
||||
|
Loading…
Reference in New Issue
Block a user