mirror of
https://github.com/go-task/task.git
synced 2026-07-08 14:35:18 +00:00
Merge pull request #16 from go-task/feature/default-task
Support for a default task
This commit is contained in:
@@ -42,6 +42,7 @@ task assets build
|
|||||||
If Bash is available (Linux and Windows while on Git Bash), the commands will
|
If Bash is available (Linux and Windows while on Git Bash), the commands will
|
||||||
run in Bash, otherwise will fallback to `cmd` (on Windows).
|
run in Bash, otherwise will fallback to `cmd` (on Windows).
|
||||||
|
|
||||||
|
If you ommit a task name a name of default will be assumed.
|
||||||
|
|
||||||
### Environment
|
### Environment
|
||||||
You can specify environment variables that are added when running a command:
|
You can specify environment variables that are added when running a command:
|
||||||
|
|||||||
Reference in New Issue
Block a user