Add tempdir setting (#1369)

This commit is contained in:
David Matos 2022-10-26 01:57:20 +02:00 committed by Casey Rodarmor
parent 8b7640b633
commit beeaa6ce2d
11 changed files with 80 additions and 14 deletions

View file

@ -46,6 +46,7 @@ fn alias() {
"fallback": false,
"positional_arguments": false,
"shell": null,
"tempdir" : null,
"ignore_comments": false,
"windows_powershell": false,
"windows_shell": null,
@ -78,6 +79,7 @@ fn assignment() {
"ignore_comments": false,
"positional_arguments": false,
"shell": null,
"tempdir" : null,
"windows_powershell": false,
"windows_shell": null,
},
@ -123,6 +125,7 @@ fn body() {
"ignore_comments": false,
"positional_arguments": false,
"shell": null,
"tempdir" : null,
"windows_powershell": false,
"windows_shell": null,
},
@ -179,6 +182,7 @@ fn dependencies() {
"ignore_comments": false,
"positional_arguments": false,
"shell": null,
"tempdir" : null,
"windows_powershell": false,
"windows_shell": null,
},
@ -272,6 +276,7 @@ fn dependency_argument() {
"ignore_comments": false,
"positional_arguments": false,
"shell": null,
"tempdir" : null,
"windows_powershell": false,
"windows_shell": null,
},
@ -328,6 +333,7 @@ fn duplicate_recipes() {
"ignore_comments": false,
"positional_arguments": false,
"shell": null,
"tempdir" : null,
"windows_powershell": false,
"windows_shell": null,
},
@ -366,6 +372,7 @@ fn doc_comment() {
"ignore_comments": false,
"positional_arguments": false,
"shell": null,
"tempdir" : null,
"windows_powershell": false,
"windows_shell": null,
},
@ -391,6 +398,7 @@ fn empty_justfile() {
"ignore_comments": false,
"positional_arguments": false,
"shell": null,
"tempdir" : null,
"windows_powershell": false,
"windows_shell": null,
},
@ -531,6 +539,7 @@ fn parameters() {
"ignore_comments": false,
"positional_arguments": false,
"shell": null,
"tempdir" : null,
"windows_powershell": false,
"windows_shell": null,
},
@ -607,6 +616,7 @@ fn priors() {
"ignore_comments": false,
"positional_arguments": false,
"shell": null,
"tempdir" : null,
"windows_powershell": false,
"windows_shell": null,
},
@ -645,6 +655,7 @@ fn private() {
"ignore_comments": false,
"positional_arguments": false,
"shell": null,
"tempdir" : null,
"windows_powershell": false,
"windows_shell": null,
},
@ -683,6 +694,7 @@ fn quiet() {
"ignore_comments": false,
"positional_arguments": false,
"shell": null,
"tempdir" : null,
"windows_powershell": false,
"windows_shell": null,
},
@ -711,7 +723,6 @@ fn settings() {
set positional-arguments
set ignore-comments
set shell := ['a', 'b', 'c']
foo:
#!bar
",
@ -744,6 +755,7 @@ fn settings() {
"arguments": ["b", "c"],
"command": "a",
},
"tempdir": null,
"windows_powershell": false,
"windows_shell": null,
},
@ -785,6 +797,7 @@ fn shebang() {
"ignore_comments": false,
"positional_arguments": false,
"shell": null,
"tempdir": null,
"windows_powershell": false,
"windows_shell": null,
},
@ -823,6 +836,7 @@ fn simple() {
"ignore_comments": false,
"positional_arguments": false,
"shell": null,
"tempdir": null,
"windows_powershell": false,
"windows_shell": null,
},
@ -863,6 +877,7 @@ fn attribute() {
"fallback": false,
"positional_arguments": false,
"shell": null,
"tempdir" : null,
"ignore_comments": false,
"windows_powershell": false,
"windows_shell": null,