mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
@@ -24,7 +24,7 @@ tasks:
|
|||||||
silent: true
|
silent: true
|
||||||
```
|
```
|
||||||
|
|
||||||
And call it by running `task hello` from you terminal.
|
And call it by running `task hello` from your terminal.
|
||||||
|
|
||||||
The above example is just the start, you can take a look at the [usage](usage.md)
|
The above example is just the start, you can take a look at the [usage](usage.md)
|
||||||
guide to check the full schema documentation and Task features.
|
guide to check the full schema documentation and Task features.
|
||||||
|
@@ -4,8 +4,8 @@ This is the official Task styleguide for `Taskfile.yml` files. This guide
|
|||||||
contains some basic instructions to keep your Taskfile clean and familiar to
|
contains some basic instructions to keep your Taskfile clean and familiar to
|
||||||
other users.
|
other users.
|
||||||
|
|
||||||
This contains general guidelines, but don't necessarely need to be strictly
|
This contains general guidelines, but they don't necessarily need to be strictly
|
||||||
followed. Feel free to disagree and proceed differently in some point if you
|
followed. Feel free to disagree and proceed differently at some point if you
|
||||||
need or want to. Also, feel free to open issues or pull requests with
|
need or want to. Also, feel free to open issues or pull requests with
|
||||||
improvements to this guide.
|
improvements to this guide.
|
||||||
|
|
||||||
|
@@ -43,7 +43,7 @@ Task will look for the following file names, in order of priority:
|
|||||||
- Taskfile.dist.yaml
|
- Taskfile.dist.yaml
|
||||||
|
|
||||||
The intention of having the `.dist` variants is to allow projects to have one
|
The intention of having the `.dist` variants is to allow projects to have one
|
||||||
commited version (`.dist`) while still allowing individual users to override
|
committed version (`.dist`) while still allowing individual users to override
|
||||||
the Taskfile by adding an additional `Taskfile.yml` (which would be on
|
the Taskfile by adding an additional `Taskfile.yml` (which would be on
|
||||||
`.gitignore`).
|
`.gitignore`).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user