1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00
task/taskfile
Andrey Nering 1c782c599f Remove deprecated "$" and "^" prefixes
`$` was a variable prefix that make it being evaluated as shell. It was
replaced with `sh:`.

`^` is a command prefix that make it run another task. It was replaced
with `task:`.

These were added long ago when we were experimenting with stuff and kept for
some time for backward compatibility reasons, but sometimes causes confusion
and I think the time to remove the code came.

Closes #644
Closes #645
Ref #642

Co-authored-by: Trite <60318513+Trite8Q1@users.noreply.github.com>
2022-01-02 15:26:42 -03:00
..
read fix(#584): Add support to yaml extension 2022-01-02 15:23:10 +02:00
call.go Move args and taskfile packages to root directory 2020-08-19 10:59:58 +02:00
cmd.go Remove deprecated "$" and "^" prefixes 2022-01-02 15:26:42 -03:00
included_taskfile.go Issue #519: Allow includes to be optional 2021-08-11 17:28:44 +01:00
merge.go fix(#584): Add support to yaml extension 2022-01-02 15:23:10 +02:00
precondition_test.go Refactor: Fix import order 2021-01-07 11:48:33 -03:00
precondition.go Move args and taskfile packages to root directory 2020-08-19 10:59:58 +02:00
slice.go Evaluate included taskfiles in order of declaration 2021-01-01 18:27:50 -03:00
task.go Task: Add interactive parameter 2021-09-03 10:31:24 +02:00
taskfile_test.go Refactor: Fix import order 2021-01-07 11:48:33 -03:00
taskfile.go Only run task once for #53 2021-07-31 19:36:40 -03:00
var.go Remove deprecated "$" and "^" prefixes 2022-01-02 15:26:42 -03:00