.github
|
Update FUNDING.yml
|
2022-06-01 22:37:38 -03:00 |
args
|
Add support for delegating CLI arguments with "--" and a special CLI_ARGS variable
|
2021-03-20 11:58:45 -03:00 |
bin
|
Fix behavior of interrupt (SIGINT, SIGTERM) signals
|
2022-06-11 22:43:22 -03:00 |
cmd
|
Add -n as short cut for --dry - solves #776
|
2022-06-13 12:47:03 +02:00 |
completion
|
Make progname easier to configur in task.fish
|
2022-05-22 16:52:53 +02:00 |
docs
|
Website: Link to Twitter account
|
2022-07-04 11:14:20 -03:00 |
internal
|
Fix behavior of interrupt (SIGINT, SIGTERM) signals
|
2022-06-11 22:43:22 -03:00 |
taskfile
|
Add golangci-lint
|
2022-05-15 21:30:07 -03:00 |
testdata
|
Adds test TestErrorCode
|
2022-06-02 16:44:23 +02:00 |
.editorconfig
|
Add extension sh & bash to .editorconfig
|
2022-05-22 16:14:04 +02:00 |
.gitattributes
|
|
|
.gitignore
|
Fix behavior of interrupt (SIGINT, SIGTERM) signals
|
2022-06-11 22:43:22 -03:00 |
.goreleaser.yml
|
Goreleaser / GitHub Actions: Update committer
|
2022-05-31 18:22:56 -03:00 |
CHANGELOG.md
|
CHANGELOG: Mention #769 forggoten on SIGINT entry
|
2022-07-04 10:44:17 -03:00 |
concurrency.go
|
Adding a --concurrency (-C) flag
|
2021-03-07 09:49:57 -03:00 |
errors.go
|
Add CHANGELOG, documentation and make small adjutsment for #755
|
2022-06-11 20:01:48 -03:00 |
go.mod
|
Bump github.com/stretchr/testify from 1.7.2 to 1.8.0
|
2022-07-04 13:41:49 +00:00 |
go.sum
|
Bump github.com/stretchr/testify from 1.7.2 to 1.8.0
|
2022-07-04 13:41:49 +00:00 |
hash.go
|
Only run task once for #53
|
2021-07-31 19:36:40 -03:00 |
help.go
|
Add golangci-lint
|
2022-05-15 21:30:07 -03:00 |
init.go
|
fix(#584): Add support to yaml extension
|
2022-01-02 15:23:10 +02:00 |
install-task.sh
|
Update install script
|
2021-01-12 10:43:45 -03:00 |
LICENSE
|
|
|
precondition.go
|
Move args and taskfile packages to root directory
|
2020-08-19 10:59:58 +02:00 |
README.md
|
README: Fix logo path
|
2022-05-29 14:36:27 -03:00 |
signals_test.go
|
Hide signals tests behind a build tag
|
2022-06-15 10:06:38 -03:00 |
signals.go
|
Fix behavior of interrupt (SIGINT, SIGTERM) signals
|
2022-06-11 22:43:22 -03:00 |
status.go
|
Small improvement and CHANGELOG for #477
|
2021-07-10 21:58:03 -03:00 |
task_test.go
|
Adds test TestErrorCode
|
2022-06-02 16:44:23 +02:00 |
task.go
|
Adds --carry flag to enable carrying error codes from task cmds
|
2022-06-02 14:22:00 +02:00 |
Taskfile.yml
|
Hide signals tests behind a build tag
|
2022-06-15 10:06:38 -03:00 |
variables.go
|
Improvements + CHANGELOG for #677
|
2022-03-19 18:41:03 -03:00 |
watch.go
|
Adds --carry flag to enable carrying error codes from task cmds
|
2022-06-02 14:22:00 +02:00 |