mirror of
				https://github.com/go-task/task.git
				synced 2025-10-30 23:58:01 +02:00 
			
		
		
		
	Documentation: Remove reference to deprecated "expansions" keyword
Closes #575
This commit is contained in:
		| @@ -28,7 +28,7 @@ officially supported. On Linux, only `Taskfile.yml` will work, though. | ||||
|  | ||||
| - `version:` | ||||
| - `includes:` | ||||
| - Configuration ones, like `output:`, `expansions:` or `silent:` | ||||
| - Configuration ones, like `output:` or `silent:` | ||||
| - `vars:` | ||||
| - `env:` | ||||
| - `tasks:` | ||||
| @@ -60,7 +60,6 @@ version: '3' | ||||
| includes: | ||||
|   docker: ./docker/Taskfile.yml | ||||
| output: prefixed | ||||
| expansions: 3 | ||||
| vars: | ||||
|   FOO: bar | ||||
| env: | ||||
| @@ -76,7 +75,6 @@ includes: | ||||
|   docker: ./docker/Taskfile.yml | ||||
|  | ||||
| output: prefixed | ||||
| expansions: 3 | ||||
|  | ||||
| vars: | ||||
|   FOO: bar | ||||
|   | ||||
		Reference in New Issue
	
	Block a user