mirror of
https://github.com/go-task/task.git
synced 2025-03-25 21:39:05 +02:00
parent
18decac44d
commit
fa0e72bd69
@ -617,7 +617,7 @@ Task also adds the following functions:
|
||||
- `toSlash`: Does nothing on Unix, but on Windows converts a string from `\`
|
||||
path format to `/`.
|
||||
- `fromSlash`: Opposite of `toSlash`. Does nothing on Unix, but on Windows
|
||||
converts a string from `\` path format to `/`.
|
||||
converts a string from `/` path format to `\`.
|
||||
- `exeExt`: Returns the right executable extension for the current OS
|
||||
(`".exe"` for Windows, `""` for others).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user