go-task-bin 3.39.0__tar.gz → 3.39.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of go-task-bin might be problematic. Click here for more details.
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/PKG-INFO +1 -1
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/pdm_build.py +1 -1
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/pyproject.toml +1 -1
- go_task_bin-3.39.2/task/.github/renovate.json +48 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.goreleaser.yml +4 -1
- go_task_bin-3.39.0/task/website/versioned_docs/version-latest/changelog.mdx → go_task_bin-3.39.2/task/CHANGELOG.md +15 -5
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/Taskfile.yml +2 -1
- go_task_bin-3.39.2/task/completion/zsh/_task +70 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/experiments/experiments.go +1 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/package-lock.json +1 -1
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/package.json +1 -1
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/task.go +6 -1
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/task_test.go +2 -2
- go_task_bin-3.39.2/task/testdata/exit_code/Taskfile.yml +25 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/Taskfile.yml +0 -12
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/constants.ts +1 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/changelog.mdx +15 -0
- {go_task_bin-3.39.0/task/website/versioned_docs/version-latest → go_task_bin-3.39.2/task/website/docs}/community.mdx +0 -5
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/installation.mdx +1 -1
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/reference/cli.mdx +3 -2
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docusaurus.config.ts +6 -3
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/package.json +6 -9
- go_task_bin-3.39.0/task/CHANGELOG.md → go_task_bin-3.39.2/task/website/versioned_docs/version-latest/changelog.mdx +20 -0
- {go_task_bin-3.39.0/task/website/docs → go_task_bin-3.39.2/task/website/versioned_docs/version-latest}/community.mdx +0 -5
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/installation.mdx +1 -1
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/reference/cli.mdx +3 -2
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/yarn.lock +1540 -771
- go_task_bin-3.39.0/task/.github/workflows/upload-source-documents.yml +0 -38
- go_task_bin-3.39.0/task/completion/zsh/_task +0 -64
- go_task_bin-3.39.0/task/testdata/exit_code/Taskfile.yml +0 -17
- go_task_bin-3.39.0/task/website/crowdin.yml +0 -12
- go_task_bin-3.39.0/task/website/docs/translate.mdx +0 -22
- go_task_bin-3.39.0/task/website/src/api/crowdin.js +0 -46
- go_task_bin-3.39.0/task/website/versioned_docs/version-latest/translate.mdx +0 -22
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/LICENSE +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/README.md +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.editorconfig +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.git +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.gitattributes +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.github/CODE_OF_CONDUCT.md +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.github/CONTRIBUTING.md +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.github/FUNDING.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.github/dependabot.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.github/pull_request_template.md +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.github/workflows/issue-awaiting-response.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.github/workflows/issue-closed.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.github/workflows/issue-experiment.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.github/workflows/issue-needs-triage.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.github/workflows/lint.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.github/workflows/release.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.github/workflows/test.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.golangci.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.mockery.yaml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.nvmrc +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.prettierrc.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.vscode/extensions.json +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/.vscode/settings-sample.json +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/LICENSE +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/README.md +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/args/args.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/args/args_test.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/bin/.keep +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/cmd/release/main.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/cmd/sleepit/sleepit.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/cmd/task/task.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/completion/bash/task.bash +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/completion/fish/task.fish +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/completion/ps/task.ps1 +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/completion.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/concurrency.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/errors/error_taskfile_decode.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/errors/errors.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/errors/errors_task.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/errors/errors_taskfile.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/errors/themes/task.xml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/go.mod +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/go.sum +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/hash.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/help.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/init.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/install-task.sh +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/compiler/compiler.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/compiler/env.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/deepcopy/deepcopy.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/editors/output.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/env/env.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/execext/devnull.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/execext/exec.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/exp/maps.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/filepathext/filepathext.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/fingerprint/checker.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/fingerprint/glob.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/fingerprint/sources.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/fingerprint/sources_checksum.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/fingerprint/sources_checksum_test.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/fingerprint/sources_none.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/fingerprint/sources_timestamp.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/fingerprint/status.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/fingerprint/task.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/fingerprint/task_test.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/flags/flags.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/goext/meta.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/hash/hash.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/logger/logger.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/mocks/sources_checkable.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/mocks/status_checkable.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/omap/orderedmap.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/omap/orderedmap_test.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/output/group.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/output/interleaved.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/output/output.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/output/output_test.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/output/prefixed.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/slicesext/slicesext.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/sort/sorter.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/sort/sorter_test.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/summary/summary.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/summary/summary_test.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/sysinfo/uid.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/sysinfo/uid_win.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/templater/funcs.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/templater/templater.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/term/term.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/internal/version/version.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/precondition.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/requires.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/setup.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/signals.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/signals_test.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/status.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/call.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/cmd.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/dep.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/for.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/glob.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/graph.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/include.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/location.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/output.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/platforms.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/platforms_test.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/precondition.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/precondition_test.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/requires.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/task.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/taskfile.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/taskfile_test.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/tasks.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/ast/var.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/cache.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/dotenv.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/node.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/node_base.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/node_file.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/node_http.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/node_stdin.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/reader.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/taskfile/taskfile.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/alias/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/alias/Taskfile2.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/alias/alias-summary.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/alias/alias.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/checksum/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/checksum/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/checksum/ignore_me.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/checksum/source.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/concurrency/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/cyclic/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/deferred/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/deps/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/deps/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/desc/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dir/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dir/dynamic_var/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dir/dynamic_var/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dir/dynamic_var/subdirectory/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dir/dynamic_var_on_created_dir/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dir/explicit_doesnt_exist/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dir/explicit_exists/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dir/explicit_exists/exists/.keep +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv/default/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv/env_var_in_path/.env.testing +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv/env_var_in_path/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv/error_included_envs/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv/include1/.env +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv/include1/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv/include1/envs/.env +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv/local_env_in_path/.env.testing +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv/local_env_in_path/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv/local_var_in_path/.env.testing +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv/local_var_in_path/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv/missing_env/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv_task/default/.env +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv_task/default/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dotenv_task/default/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dry/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dry_checksum/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/dry_checksum/source.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/empty_task/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/empty_taskfile/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/env/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/env/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/error_code/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/evaluate_symlinks_in_paths/Taskfile.yaml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/evaluate_symlinks_in_paths/shared/b +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/evaluate_symlinks_in_paths/shared/inner_shared/c +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/evaluate_symlinks_in_paths/src/a +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/exit_immediately/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/expand/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/file_names/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/file_names/Taskfile.dist.yaml/Taskfile.dist.yaml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/file_names/Taskfile.dist.yml/Taskfile.dist.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/file_names/Taskfile.yaml/Taskfile.yaml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/file_names/Taskfile.yml/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/for/cmds/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/for/cmds/bar.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/for/cmds/foo.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/for/deps/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/for/deps/bar.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/for/deps/foo.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/force/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/generates/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/generates/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/generates/sub/.keep +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/ignore_errors/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/ignore_nil_elements/cmds/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/ignore_nil_elements/deps/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/ignore_nil_elements/includes/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/ignore_nil_elements/includes/inc.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/ignore_nil_elements/preconditions/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/ignore_signals/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/include_with_vars/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/include_with_vars/include/Taskfile.include1.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/include_with_vars/include/Taskfile.include2.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/include_with_vars/include/Taskfile.include3.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/include_with_vars_multi_level/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/include_with_vars_multi_level/bar/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/include_with_vars_multi_level/foo/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/include_with_vars_multi_level/lib/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/included_taskfile_var_merging/Taskfile.yaml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/included_taskfile_var_merging/bar/Taskfile.yaml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/included_taskfile_var_merging/foo/Taskfile.yaml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes/Taskfile2.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes/Taskfile_darwin.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes/Taskfile_linux.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes/Taskfile_windows.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes/included/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes/module1/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes/module2/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_call_root_task/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_call_root_task/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_call_root_task/Taskfile2.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_cycle/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_cycle/one/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_cycle/one/two/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_deps/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_deps/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_deps/Taskfile2.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_empty/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_empty/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_empty/Taskfile2.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_flatten/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_flatten/Taskfile.multiple.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_flatten/Taskfile.with_default.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_flatten/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_flatten/included/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_flatten/nested/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_incorrect/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_incorrect/incomplete.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_internal/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_internal/Taskfile2.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_interpolation/include/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_interpolation/include_with_dir/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_interpolation/include_with_env_variable/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_interpolation/included/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_multi_level/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_multi_level/called_one.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_multi_level/called_three.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_multi_level/called_two.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_multi_level/one/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_multi_level/one/two/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_multi_level/one/two/three/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_optional/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_optional/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_optional_explicit_false/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_optional_implicit_false/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_rel_path/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_rel_path/common/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_rel_path/included/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_shadowed_default/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_shadowed_default/Taskfile2.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_shadowed_default/file.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_unshadowed_default/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_unshadowed_default/Taskfile2.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_unshadowed_default/file.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_yaml/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_yaml/Custom.ext +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_yaml/included/Taskfile.yaml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/includes_yaml/included/custom.yaml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/init/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/internal_task/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/label_list/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/label_status/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/label_summary/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/label_uptodate/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/label_var/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/list_desc_interpolation/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/list_mixed_desc/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/output_group/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/output_group_error_only/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/params/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/params/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/platforms/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/precondition/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/precondition/foo.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/prompt/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/run/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/run/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/run_once_shared_deps/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/run_once_shared_deps/library/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/run_once_shared_deps/service-a/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/run_once_shared_deps/service-a/src/imasource.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/run_once_shared_deps/service-b/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/run_once_shared_deps/service-b/src/imasource.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/shopts/command_level/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/shopts/global_level/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/shopts/task_level/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/short_task_notation/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/silent/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/single_cmd_dep/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/single_cmd_dep/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/special_vars/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/special_vars/included/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/special_vars/subdir/.gitkeep +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/split_args/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/status/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/status/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/status_vars/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/status_vars/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/status_vars/source.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/summary/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/summary/task-with-summary.txt +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/taskfile_walk/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/taskfile_walk/foo/bar/.gitkeep +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/user_working_dir/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/user_working_dir_with_includes/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/user_working_dir_with_includes/included/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/user_working_dir_with_includes/somedir/.keep +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/var_references/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/vars/.env +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/vars/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/vars/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/vars/any/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/vars/any2/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/vars/any2/example.json +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/vars/any2/example.yaml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/version/v1/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/version/v2/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/version/v3/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/watcher_interval/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/watcher_interval/Taskfile.yaml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/testdata/wildcards/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/variables.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/watch.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/watch_test.go +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/.gitignore +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/.nojekyll +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/babel.config.ts +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/blog/2023-09-02-introducing-experiments.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/blog/2024-05-09-any-variables.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/blog/authors.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/contributing.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/deprecations/completion_scripts.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/deprecations/deprecations.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/deprecations/template.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/deprecations/template_functions.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/deprecations/version_2_schema.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/experiments/env_precedence.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/experiments/experiments.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/experiments/gentle_force.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/experiments/map_variables.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/experiments/remote_taskfiles.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/experiments/template.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/faq.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/integrations.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/intro.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/reference/_category_.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/reference/environment.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/reference/schema.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/reference/templating.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/releasing.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/styleguide.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/taskfile_versions.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/docs/usage.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/prettier.config.js +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/sidebars.ts +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/src/components/.keep +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/src/css/carbon.css +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/src/css/custom.css +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/src/pages/donate.md +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/src/themes/prismDark.js +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/src/themes/prismLight.js +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/.nojekyll +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/CNAME +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/Taskfile.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/img/appwrite.svg +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/img/favicon.ico +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/img/icon-discord.svg +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/img/icon-github.svg +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/img/icon-mastodon.svg +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/img/icon-twitter.svg +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/img/logo.png +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/img/logo.svg +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/img/logo_mono.svg +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/img/og-image.png +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/img/pix.png +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/install.sh +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/js/carbon.js +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/static/schema.json +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/tsconfig.json +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/contributing.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/deprecations/completion_scripts.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/deprecations/deprecations.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/deprecations/template.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/deprecations/template_functions.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/deprecations/version_2_schema.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/experiments/env_precedence.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/experiments/experiments.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/experiments/gentle_force.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/experiments/map_variables.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/experiments/remote_taskfiles.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/experiments/template.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/faq.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/integrations.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/intro.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/reference/_category_.yml +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/reference/environment.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/reference/schema.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/reference/templating.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/releasing.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/styleguide.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/taskfile_versions.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_docs/version-latest/usage.mdx +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versioned_sidebars/version-latest-sidebars.json +0 -0
- {go_task_bin-3.39.0 → go_task_bin-3.39.2}/task/website/versions.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: go-task-bin
|
|
3
|
-
Version: 3.39.
|
|
3
|
+
Version: 3.39.2
|
|
4
4
|
Summary: task - A task runner / simpler Make alternative written in Go
|
|
5
5
|
Keywords: build,build-tool,devops,go,make,makefile,runner,task,task-runner,taskfile,tool
|
|
6
6
|
Author-Email: dowon <ks2515@naver.com>
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
3
|
+
"extends": [
|
|
4
|
+
"config:recommended",
|
|
5
|
+
"group:allNonMajor",
|
|
6
|
+
"schedule:monthly"
|
|
7
|
+
],
|
|
8
|
+
"mode": "full",
|
|
9
|
+
"reviewers": ["team:developer"],
|
|
10
|
+
"packageRules": [
|
|
11
|
+
{
|
|
12
|
+
"matchManagers": ["github-actions"],
|
|
13
|
+
"groupName": "Github Action",
|
|
14
|
+
"labels": ["area: github actions", "area: dependencies"],
|
|
15
|
+
"matchPackageNames": [
|
|
16
|
+
"*"
|
|
17
|
+
],
|
|
18
|
+
"matchUpdateTypes": [
|
|
19
|
+
"minor",
|
|
20
|
+
"patch"
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"matchManagers": ["npm", "nvm"],
|
|
25
|
+
"groupName": "Website",
|
|
26
|
+
"labels": ["lang: javascript", "area: dependencies"],
|
|
27
|
+
"matchPackageNames": [
|
|
28
|
+
"*"
|
|
29
|
+
],
|
|
30
|
+
"matchUpdateTypes": [
|
|
31
|
+
"minor",
|
|
32
|
+
"patch"
|
|
33
|
+
]
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"matchManagers": ["gomod"],
|
|
37
|
+
"groupName": "golang",
|
|
38
|
+
"labels": ["lang: go", "area: dependencies"],
|
|
39
|
+
"matchPackageNames": [
|
|
40
|
+
"*"
|
|
41
|
+
],
|
|
42
|
+
"matchUpdateTypes": [
|
|
43
|
+
"minor",
|
|
44
|
+
"patch"
|
|
45
|
+
]
|
|
46
|
+
}
|
|
47
|
+
]
|
|
48
|
+
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
|
|
2
|
+
version: 2
|
|
3
|
+
|
|
1
4
|
builds:
|
|
2
5
|
- binary: task
|
|
3
6
|
main: ./cmd/task
|
|
@@ -46,7 +49,7 @@ release:
|
|
|
46
49
|
draft: true
|
|
47
50
|
|
|
48
51
|
snapshot:
|
|
49
|
-
|
|
52
|
+
version_template: "{{.Tag}}"
|
|
50
53
|
|
|
51
54
|
checksum:
|
|
52
55
|
name_template: "task_checksums.txt"
|
|
@@ -1,10 +1,20 @@
|
|
|
1
|
-
---
|
|
2
|
-
slug: /changelog/
|
|
3
|
-
sidebar_position: 14
|
|
4
|
-
---
|
|
5
|
-
|
|
6
1
|
# Changelog
|
|
7
2
|
|
|
3
|
+
## v3.39.2 - 2024-09-19
|
|
4
|
+
|
|
5
|
+
- Fix dynamic variables not working properly for a defer: statement (#1803,
|
|
6
|
+
#1818 by @vmaerten).
|
|
7
|
+
|
|
8
|
+
## v3.39.1 - 2024-09-18
|
|
9
|
+
|
|
10
|
+
- Added Renovate configuration to automatically create PRs to keep dependencies
|
|
11
|
+
up to date (#1783 by @vmaerten).
|
|
12
|
+
- Fixed a bug where the help was displayed twice (#1805, #1806 by @vmaerten).
|
|
13
|
+
- Fixed a bug where ZSH and PowerShell completions did not work when using the
|
|
14
|
+
recommended method. (#1813, #1809 by @vmaerten and @shirayu)
|
|
15
|
+
- Fix variables not working properly for a `defer:` statement (#1803, #1814 by
|
|
16
|
+
@vmaerten and @andreynering).
|
|
17
|
+
|
|
8
18
|
## v3.39.0 - 2024-09-07
|
|
9
19
|
|
|
10
20
|
- Added
|
|
@@ -27,7 +27,7 @@ tasks:
|
|
|
27
27
|
- go install -v ./cmd/task
|
|
28
28
|
|
|
29
29
|
generate:
|
|
30
|
-
desc: Runs
|
|
30
|
+
desc: Runs Mockery to create mocks
|
|
31
31
|
aliases: [gen, g]
|
|
32
32
|
deps: [install:mockery]
|
|
33
33
|
sources:
|
|
@@ -57,6 +57,7 @@ tasks:
|
|
|
57
57
|
|
|
58
58
|
clean:
|
|
59
59
|
desc: Cleans temp files and folders
|
|
60
|
+
aliases: [clear]
|
|
60
61
|
cmds:
|
|
61
62
|
- rm -rf dist/
|
|
62
63
|
- rm -rf tmp/
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
#compdef task
|
|
2
|
+
compdef _task task
|
|
3
|
+
typeset -A opt_args
|
|
4
|
+
|
|
5
|
+
_GO_TASK_COMPLETION_LIST_OPTION="${GO_TASK_COMPLETION_LIST_OPTION:---list-all}"
|
|
6
|
+
|
|
7
|
+
# Listing commands from Taskfile.yml
|
|
8
|
+
function __task_list() {
|
|
9
|
+
local -a scripts cmd
|
|
10
|
+
local -i enabled=0
|
|
11
|
+
local taskfile item task desc
|
|
12
|
+
|
|
13
|
+
cmd=(task)
|
|
14
|
+
taskfile=${(Qv)opt_args[(i)-t|--taskfile]}
|
|
15
|
+
taskfile=${taskfile//\~/$HOME}
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
if [[ -n "$taskfile" && -f "$taskfile" ]]; then
|
|
19
|
+
enabled=1
|
|
20
|
+
cmd+=(--taskfile "$taskfile")
|
|
21
|
+
else
|
|
22
|
+
for taskfile in {T,t}askfile{,.dist}.{yaml,yml}; do
|
|
23
|
+
if [[ -f "$taskfile" ]]; then
|
|
24
|
+
enabled=1
|
|
25
|
+
break
|
|
26
|
+
fi
|
|
27
|
+
done
|
|
28
|
+
fi
|
|
29
|
+
|
|
30
|
+
(( enabled )) || return 0
|
|
31
|
+
|
|
32
|
+
scripts=()
|
|
33
|
+
for item in "${(@)${(f)$("${cmd[@]}" $_GO_TASK_COMPLETION_LIST_OPTION)}[2,-1]#\* }"; do
|
|
34
|
+
task="${item%%:[[:space:]]*}"
|
|
35
|
+
desc="${item##[^[:space:]]##[[:space:]]##}"
|
|
36
|
+
scripts+=( "${task//:/\\:}:$desc" )
|
|
37
|
+
done
|
|
38
|
+
_describe 'Task to run' scripts
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
_task() {
|
|
42
|
+
_arguments \
|
|
43
|
+
'(-C --concurrency)'{-C,--concurrency}'[limit number of concurrent tasks]: ' \
|
|
44
|
+
'(-p --parallel)'{-p,--parallel}'[run command-line tasks in parallel]' \
|
|
45
|
+
'(-f --force)'{-f,--force}'[run even if task is up-to-date]' \
|
|
46
|
+
'(-c --color)'{-c,--color}'[colored output]' \
|
|
47
|
+
'(-d --dir)'{-d,--dir}'[dir to run in]:execution dir:_dirs' \
|
|
48
|
+
'(--dry)--dry[dry-run mode, compile and print tasks only]' \
|
|
49
|
+
'(-o --output)'{-o,--output}'[set output style]:style:(interleaved group prefixed)' \
|
|
50
|
+
'(--output-group-begin)--output-group-begin[message template before grouped output]:template text: ' \
|
|
51
|
+
'(--output-group-end)--output-group-end[message template after grouped output]:template text: ' \
|
|
52
|
+
'(-s --silent)'{-s,--silent}'[disable echoing]' \
|
|
53
|
+
'(--status)--status[exit non-zero if supplied tasks not up-to-date]' \
|
|
54
|
+
'(--summary)--summary[show summary\: field from tasks instead of running them]' \
|
|
55
|
+
'(-t --taskfile)'{-t,--taskfile}'[specify a different taskfile]:taskfile:_files' \
|
|
56
|
+
'(-v --verbose)'{-v,--verbose}'[verbose mode]' \
|
|
57
|
+
'(-w --watch)'{-w,--watch}'[watch-mode for given tasks, re-run when inputs change]' \
|
|
58
|
+
+ '(operation)' \
|
|
59
|
+
{-l,--list}'[list describable tasks]' \
|
|
60
|
+
{-a,--list-all}'[list all tasks]' \
|
|
61
|
+
{-i,--init}'[create new Taskfile.yml]' \
|
|
62
|
+
'(-*)'{-h,--help}'[show help]' \
|
|
63
|
+
'(-*)--version[show version and exit]' \
|
|
64
|
+
'*: :__task_list'
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
# don't run the completion function when being source-ed or eval-ed
|
|
68
|
+
if [ "$funcstack[1]" = "_task" ]; then
|
|
69
|
+
_task "$@"
|
|
70
|
+
fi
|
|
@@ -72,6 +72,7 @@ func getEnvFilePath() string {
|
|
|
72
72
|
fs := pflag.NewFlagSet("experiments", pflag.ContinueOnError)
|
|
73
73
|
fs.StringVarP(&dir, "dir", "d", "", "Sets directory of execution.")
|
|
74
74
|
fs.StringVarP(&taskfile, "taskfile", "t", "", `Choose which Taskfile to run. Defaults to "Taskfile.yml".`)
|
|
75
|
+
fs.Usage = func() {}
|
|
75
76
|
_ = fs.Parse(os.Args[1:])
|
|
76
77
|
// If the directory is set, find a .env file in that directory.
|
|
77
78
|
if dir != "" {
|
|
@@ -324,8 +324,13 @@ func (e *Executor) runDeferred(t *ast.Task, call *ast.Call, i int, deferredExitC
|
|
|
324
324
|
ctx, cancel := context.WithCancel(context.Background())
|
|
325
325
|
defer cancel()
|
|
326
326
|
|
|
327
|
+
origTask, err := e.GetTask(call)
|
|
328
|
+
if err != nil {
|
|
329
|
+
return
|
|
330
|
+
}
|
|
331
|
+
|
|
327
332
|
cmd := t.Cmds[i]
|
|
328
|
-
vars, _ := e.Compiler.
|
|
333
|
+
vars, _ := e.Compiler.GetVariables(origTask, call)
|
|
329
334
|
cache := &templater.Cache{Vars: vars}
|
|
330
335
|
extra := map[string]any{}
|
|
331
336
|
|
|
@@ -1788,7 +1788,7 @@ func TestExitCodeZero(t *testing.T) {
|
|
|
1788
1788
|
require.NoError(t, e.Setup())
|
|
1789
1789
|
|
|
1790
1790
|
require.NoError(t, e.Run(context.Background(), &ast.Call{Task: "exit-zero"}))
|
|
1791
|
-
assert.Equal(t, "EXIT_CODE=", strings.TrimSpace(buff.String()))
|
|
1791
|
+
assert.Equal(t, "FOO=bar - DYNAMIC_FOO=bar - EXIT_CODE=", strings.TrimSpace(buff.String()))
|
|
1792
1792
|
}
|
|
1793
1793
|
|
|
1794
1794
|
func TestExitCodeOne(t *testing.T) {
|
|
@@ -1802,7 +1802,7 @@ func TestExitCodeOne(t *testing.T) {
|
|
|
1802
1802
|
require.NoError(t, e.Setup())
|
|
1803
1803
|
|
|
1804
1804
|
require.Error(t, e.Run(context.Background(), &ast.Call{Task: "exit-one"}))
|
|
1805
|
-
assert.Equal(t, "EXIT_CODE=1", strings.TrimSpace(buff.String()))
|
|
1805
|
+
assert.Equal(t, "FOO=bar - DYNAMIC_FOO=bar - EXIT_CODE=1", strings.TrimSpace(buff.String()))
|
|
1806
1806
|
}
|
|
1807
1807
|
|
|
1808
1808
|
func TestIgnoreNilElements(t *testing.T) {
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
version: '3'
|
|
2
|
+
|
|
3
|
+
silent: true
|
|
4
|
+
|
|
5
|
+
vars:
|
|
6
|
+
PREFIX: EXIT_CODE=
|
|
7
|
+
|
|
8
|
+
tasks:
|
|
9
|
+
exit-zero:
|
|
10
|
+
vars:
|
|
11
|
+
FOO: bar
|
|
12
|
+
DYNAMIC_FOO:
|
|
13
|
+
sh: echo 'bar'
|
|
14
|
+
cmds:
|
|
15
|
+
- defer: echo FOO={{.FOO}} - DYNAMIC_FOO={{.DYNAMIC_FOO}} - {{.PREFIX}}{{.EXIT_CODE}}
|
|
16
|
+
- exit 0
|
|
17
|
+
|
|
18
|
+
exit-one:
|
|
19
|
+
vars:
|
|
20
|
+
FOO: bar
|
|
21
|
+
DYNAMIC_FOO:
|
|
22
|
+
sh: echo 'bar'
|
|
23
|
+
cmds:
|
|
24
|
+
- defer: echo FOO={{.FOO}} - DYNAMIC_FOO={{.DYNAMIC_FOO}} - {{.PREFIX}}{{.EXIT_CODE}}
|
|
25
|
+
- exit 1
|
|
@@ -50,15 +50,3 @@ tasks:
|
|
|
50
50
|
desc: Upgrade Docusaurus
|
|
51
51
|
cmds:
|
|
52
52
|
- yarn upgrade @docusaurus/core@latest @docusaurus/preset-classic@latest @docusaurus/module-type-aliases@latest @docusaurus/tsconfig@latest @docusaurus/types@latest
|
|
53
|
-
|
|
54
|
-
crowdin:push:
|
|
55
|
-
desc: Upload source files to a Crowdin project
|
|
56
|
-
deps: [yarn:install]
|
|
57
|
-
cmds:
|
|
58
|
-
- npx crowdin push
|
|
59
|
-
|
|
60
|
-
crowdin:pull:
|
|
61
|
-
desc: Download latest translations from Crowdin to the specified place
|
|
62
|
-
deps: [yarn:install]
|
|
63
|
-
cmds:
|
|
64
|
-
- npx crowdin pull --export-only-approved
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export const GITHUB_URL = 'https://github.com/go-task/task';
|
|
2
2
|
export const TWITTER_URL = 'https://twitter.com/taskfiledev';
|
|
3
|
+
export const BLUESKY_URL = 'https://bsky.app/profile/taskfile.dev';
|
|
3
4
|
export const MASTODON_URL = 'https://fosstodon.org/@task';
|
|
4
5
|
export const DISCORD_URL = 'https://discord.gg/6TY36E39UK';
|
|
5
6
|
export const STACK_OVERFLOW = 'https://stackoverflow.com/questions/tagged/taskfile';
|
|
@@ -5,6 +5,21 @@ sidebar_position: 14
|
|
|
5
5
|
|
|
6
6
|
# Changelog
|
|
7
7
|
|
|
8
|
+
## v3.39.2 - 2024-09-19
|
|
9
|
+
|
|
10
|
+
- Fix dynamic variables not working properly for a defer: statement (#1803,
|
|
11
|
+
#1818 by @vmaerten).
|
|
12
|
+
|
|
13
|
+
## v3.39.1 - 2024-09-18
|
|
14
|
+
|
|
15
|
+
- Added Renovate configuration to automatically create PRs to keep dependencies
|
|
16
|
+
up to date (#1783 by @vmaerten).
|
|
17
|
+
- Fixed a bug where the help was displayed twice (#1805, #1806 by @vmaerten).
|
|
18
|
+
- Fixed a bug where ZSH and PowerShell completions did not work when using the
|
|
19
|
+
recommended method. (#1813, #1809 by @vmaerten and @shirayu)
|
|
20
|
+
- Fix variables not working properly for a `defer:` statement (#1803, #1814 by
|
|
21
|
+
@vmaerten and @andreynering).
|
|
22
|
+
|
|
8
23
|
## v3.39.0 - 2024-09-07
|
|
9
24
|
|
|
10
25
|
- Added
|
|
@@ -9,11 +9,6 @@ Some of the work to improve the Task ecosystem is done by the community, be it
|
|
|
9
9
|
installation methods or integrations with code editor. I (the author) am
|
|
10
10
|
thankful for everyone that helps me to improve the overall experience.
|
|
11
11
|
|
|
12
|
-
## Translations
|
|
13
|
-
|
|
14
|
-
We use [Crowdin](https://crowdin.com/project/taskfile) to translate our
|
|
15
|
-
document.
|
|
16
|
-
|
|
17
12
|
## Integrations
|
|
18
13
|
|
|
19
14
|
Many of our integrations are contributed and maintained by the community. You
|
|
@@ -287,7 +287,7 @@ task --completion fish | source
|
|
|
287
287
|
|
|
288
288
|
<TabItem value="4">
|
|
289
289
|
```powershell title="$PROFILE\Microsoft.PowerShell_profile.ps1"
|
|
290
|
-
Invoke-Expression
|
|
290
|
+
Invoke-Expression (&task --completion powershell | Out-String)
|
|
291
291
|
```
|
|
292
292
|
</TabItem></Tabs>
|
|
293
293
|
|
|
@@ -53,9 +53,10 @@ If `--` is given, all remaining arguments will be assigned to a special
|
|
|
53
53
|
## Exit Codes
|
|
54
54
|
|
|
55
55
|
Task will sometimes exit with specific exit codes. These codes are split into
|
|
56
|
-
|
|
56
|
+
four groups with the following ranges:
|
|
57
57
|
|
|
58
|
-
-
|
|
58
|
+
- Success (0)
|
|
59
|
+
- General errors (1-99)
|
|
59
60
|
- Taskfile errors (100-199)
|
|
60
61
|
- Task errors (200-299)
|
|
61
62
|
|
|
@@ -7,6 +7,7 @@ import remarkGfm from 'remark-gfm';
|
|
|
7
7
|
|
|
8
8
|
import { DISCORD_URL } from './constants';
|
|
9
9
|
import { GITHUB_URL } from './constants';
|
|
10
|
+
import { BLUESKY_URL } from './constants';
|
|
10
11
|
import { MASTODON_URL } from './constants';
|
|
11
12
|
import { TWITTER_URL } from './constants';
|
|
12
13
|
import { STACK_OVERFLOW } from './constants';
|
|
@@ -15,9 +16,6 @@ import { ANSWER_OVERFLOW } from './constants';
|
|
|
15
16
|
import lightCodeTheme from './src/themes/prismLight';
|
|
16
17
|
import darkCodeTheme from './src/themes/prismDark';
|
|
17
18
|
|
|
18
|
-
import { getTranslationProgress } from './src/api/crowdin.js';
|
|
19
|
-
const translationProgress = getTranslationProgress();
|
|
20
|
-
|
|
21
19
|
const config: Config = {
|
|
22
20
|
title: 'Task',
|
|
23
21
|
tagline: 'A task runner / simpler Make alternative written in Go ',
|
|
@@ -182,6 +180,11 @@ const config: Config = {
|
|
|
182
180
|
{
|
|
183
181
|
label: 'Twitter',
|
|
184
182
|
href: TWITTER_URL
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
label: 'Bluesky',
|
|
186
|
+
href: BLUESKY_URL,
|
|
187
|
+
rel: 'me'
|
|
185
188
|
},
|
|
186
189
|
{
|
|
187
190
|
label: 'Mastodon',
|
|
@@ -15,12 +15,11 @@
|
|
|
15
15
|
"clear": "docusaurus clear",
|
|
16
16
|
"serve": "docusaurus serve",
|
|
17
17
|
"write-translations": "docusaurus write-translations",
|
|
18
|
-
"write-heading-ids": "docusaurus write-heading-ids"
|
|
19
|
-
"crowdin:sync": "docusaurus write-translations && crowdin upload && crowdin download"
|
|
18
|
+
"write-heading-ids": "docusaurus write-heading-ids"
|
|
20
19
|
},
|
|
21
20
|
"dependencies": {
|
|
22
|
-
"@docusaurus/core": "^3.2
|
|
23
|
-
"@docusaurus/preset-classic": "^3.2
|
|
21
|
+
"@docusaurus/core": "^3.5.2",
|
|
22
|
+
"@docusaurus/preset-classic": "^3.5.2",
|
|
24
23
|
"@mdx-js/react": "^3.0.0",
|
|
25
24
|
"clsx": "^2.0.0",
|
|
26
25
|
"prism-react-renderer": "^2.1.0",
|
|
@@ -31,11 +30,9 @@
|
|
|
31
30
|
"remark-github": "^12.0.0"
|
|
32
31
|
},
|
|
33
32
|
"devDependencies": {
|
|
34
|
-
"@
|
|
35
|
-
"@
|
|
36
|
-
"@docusaurus/
|
|
37
|
-
"@docusaurus/tsconfig": "^3.2.0",
|
|
38
|
-
"@docusaurus/types": "^3.2.0",
|
|
33
|
+
"@docusaurus/module-type-aliases": "^3.5.2",
|
|
34
|
+
"@docusaurus/tsconfig": "^3.5.2",
|
|
35
|
+
"@docusaurus/types": "^3.5.2",
|
|
39
36
|
"@types/react": "^18.2.29",
|
|
40
37
|
"typescript": "^5.3.3"
|
|
41
38
|
},
|
|
@@ -1,5 +1,25 @@
|
|
|
1
|
+
---
|
|
2
|
+
slug: /changelog/
|
|
3
|
+
sidebar_position: 14
|
|
4
|
+
---
|
|
5
|
+
|
|
1
6
|
# Changelog
|
|
2
7
|
|
|
8
|
+
## v3.39.2 - 2024-09-19
|
|
9
|
+
|
|
10
|
+
- Fix dynamic variables not working properly for a defer: statement (#1803,
|
|
11
|
+
#1818 by @vmaerten).
|
|
12
|
+
|
|
13
|
+
## v3.39.1 - 2024-09-18
|
|
14
|
+
|
|
15
|
+
- Added Renovate configuration to automatically create PRs to keep dependencies
|
|
16
|
+
up to date (#1783 by @vmaerten).
|
|
17
|
+
- Fixed a bug where the help was displayed twice (#1805, #1806 by @vmaerten).
|
|
18
|
+
- Fixed a bug where ZSH and PowerShell completions did not work when using the
|
|
19
|
+
recommended method. (#1813, #1809 by @vmaerten and @shirayu)
|
|
20
|
+
- Fix variables not working properly for a `defer:` statement (#1803, #1814 by
|
|
21
|
+
@vmaerten and @andreynering).
|
|
22
|
+
|
|
3
23
|
## v3.39.0 - 2024-09-07
|
|
4
24
|
|
|
5
25
|
- Added
|
|
@@ -9,11 +9,6 @@ Some of the work to improve the Task ecosystem is done by the community, be it
|
|
|
9
9
|
installation methods or integrations with code editor. I (the author) am
|
|
10
10
|
thankful for everyone that helps me to improve the overall experience.
|
|
11
11
|
|
|
12
|
-
## Translations
|
|
13
|
-
|
|
14
|
-
We use [Crowdin](https://crowdin.com/project/taskfile) to translate our
|
|
15
|
-
document.
|
|
16
|
-
|
|
17
12
|
## Integrations
|
|
18
13
|
|
|
19
14
|
Many of our integrations are contributed and maintained by the community. You
|
|
@@ -287,7 +287,7 @@ task --completion fish | source
|
|
|
287
287
|
|
|
288
288
|
<TabItem value="4">
|
|
289
289
|
```powershell title="$PROFILE\Microsoft.PowerShell_profile.ps1"
|
|
290
|
-
Invoke-Expression
|
|
290
|
+
Invoke-Expression (&task --completion powershell | Out-String)
|
|
291
291
|
```
|
|
292
292
|
</TabItem></Tabs>
|
|
293
293
|
|
|
@@ -53,9 +53,10 @@ If `--` is given, all remaining arguments will be assigned to a special
|
|
|
53
53
|
## Exit Codes
|
|
54
54
|
|
|
55
55
|
Task will sometimes exit with specific exit codes. These codes are split into
|
|
56
|
-
|
|
56
|
+
four groups with the following ranges:
|
|
57
57
|
|
|
58
|
-
-
|
|
58
|
+
- Success (0)
|
|
59
|
+
- General errors (1-99)
|
|
59
60
|
- Taskfile errors (100-199)
|
|
60
61
|
- Task errors (200-299)
|
|
61
62
|
|