@@ -62,6 +62,7 @@ fn alias() {
6262 "unstable" : false ,
6363 "windows_powershell" : false ,
6464 "windows_shell" : null,
65+ "working_directory" : null,
6566 } ,
6667 "unexports" : [ ] ,
6768 "warnings" : [ ] ,
@@ -105,6 +106,7 @@ fn assignment() {
105106 "unstable" : false ,
106107 "windows_powershell" : false ,
107108 "windows_shell" : null,
109+ "working_directory" : null,
108110 } ,
109111 "unexports" : [ ] ,
110112 "warnings" : [ ] ,
@@ -162,6 +164,7 @@ fn body() {
162164 "unstable" : false ,
163165 "windows_powershell" : false ,
164166 "windows_shell" : null,
167+ "working_directory" : null,
165168 } ,
166169 "unexports" : [ ] ,
167170 "warnings" : [ ] ,
@@ -231,6 +234,7 @@ fn dependencies() {
231234 "unstable" : false ,
232235 "windows_powershell" : false ,
233236 "windows_shell" : null,
237+ "working_directory" : null,
234238 } ,
235239 "unexports" : [ ] ,
236240 "warnings" : [ ] ,
@@ -338,6 +342,7 @@ fn dependency_argument() {
338342 "unstable" : false ,
339343 "windows_powershell" : false ,
340344 "windows_shell" : null,
345+ "working_directory" : null,
341346 } ,
342347 "unexports" : [ ] ,
343348 "warnings" : [ ] ,
@@ -407,6 +412,7 @@ fn duplicate_recipes() {
407412 "unstable" : false ,
408413 "windows_powershell" : false ,
409414 "windows_shell" : null,
415+ "working_directory" : null,
410416 } ,
411417 "unexports" : [ ] ,
412418 "warnings" : [ ] ,
@@ -454,6 +460,7 @@ fn duplicate_variables() {
454460 "unstable" : false ,
455461 "windows_powershell" : false ,
456462 "windows_shell" : null,
463+ "working_directory" : null,
457464 } ,
458465 "unexports" : [ ] ,
459466 "warnings" : [ ] ,
@@ -504,6 +511,7 @@ fn doc_comment() {
504511 "unstable" : false ,
505512 "windows_powershell" : false ,
506513 "windows_shell" : null,
514+ "working_directory" : null,
507515 } ,
508516 "unexports" : [ ] ,
509517 "warnings" : [ ] ,
@@ -540,6 +548,7 @@ fn empty_justfile() {
540548 "unstable" : false ,
541549 "windows_powershell" : false ,
542550 "windows_shell" : null,
551+ "working_directory" : null,
543552 } ,
544553 "unexports" : [ ] ,
545554 "warnings" : [ ] ,
@@ -697,6 +706,7 @@ fn parameters() {
697706 "unstable" : false ,
698707 "windows_powershell" : false ,
699708 "windows_shell" : null,
709+ "working_directory" : null,
700710 } ,
701711 "unexports" : [ ] ,
702712 "warnings" : [ ] ,
@@ -787,6 +797,7 @@ fn priors() {
787797 "unstable" : false ,
788798 "windows_powershell" : false ,
789799 "windows_shell" : null,
800+ "working_directory" : null,
790801 } ,
791802 "unexports" : [ ] ,
792803 "warnings" : [ ] ,
@@ -837,6 +848,7 @@ fn private() {
837848 "unstable" : false ,
838849 "windows_powershell" : false ,
839850 "windows_shell" : null,
851+ "working_directory" : null,
840852 } ,
841853 "unexports" : [ ] ,
842854 "warnings" : [ ] ,
@@ -887,6 +899,7 @@ fn quiet() {
887899 "unstable" : false ,
888900 "windows_powershell" : false ,
889901 "windows_shell" : null,
902+ "working_directory" : null,
890903 } ,
891904 "unexports" : [ ] ,
892905 "warnings" : [ ] ,
@@ -952,6 +965,7 @@ fn settings() {
952965 "unstable" : false ,
953966 "windows_powershell" : false ,
954967 "windows_shell" : null,
968+ "working_directory" : null,
955969 } ,
956970 "unexports" : [ ] ,
957971 "warnings" : [ ] ,
@@ -1005,6 +1019,7 @@ fn shebang() {
10051019 "unstable" : false ,
10061020 "windows_powershell" : false ,
10071021 "windows_shell" : null,
1022+ "working_directory" : null,
10081023 } ,
10091024 "unexports" : [ ] ,
10101025 "warnings" : [ ] ,
@@ -1055,6 +1070,7 @@ fn simple() {
10551070 "unstable" : false ,
10561071 "windows_powershell" : false ,
10571072 "windows_shell" : null,
1073+ "working_directory" : null,
10581074 } ,
10591075 "unexports" : [ ] ,
10601076 "warnings" : [ ] ,
@@ -1108,6 +1124,7 @@ fn attribute() {
11081124 "ignore_comments" : false ,
11091125 "windows_powershell" : false ,
11101126 "windows_shell" : null,
1127+ "working_directory" : null,
11111128 } ,
11121129 "unexports" : [ ] ,
11131130 "warnings" : [ ] ,
@@ -1176,6 +1193,7 @@ fn module() {
11761193 "ignore_comments" : false ,
11771194 "windows_powershell" : false ,
11781195 "windows_shell" : null,
1196+ "working_directory" : null,
11791197 } ,
11801198 "unexports" : [ ] ,
11811199 "warnings" : [ ] ,
@@ -1199,6 +1217,7 @@ fn module() {
11991217 "ignore_comments" : false ,
12001218 "windows_powershell" : false ,
12011219 "windows_shell" : null,
1220+ "working_directory" : null,
12021221 } ,
12031222 "unexports" : [ ] ,
12041223 "warnings" : [ ] ,
@@ -1269,6 +1288,7 @@ fn module_group() {
12691288 "ignore_comments" : false ,
12701289 "windows_powershell" : false ,
12711290 "windows_shell" : null,
1291+ "working_directory" : null,
12721292 } ,
12731293 "unexports" : [ ] ,
12741294 "warnings" : [ ] ,
@@ -1292,6 +1312,7 @@ fn module_group() {
12921312 "ignore_comments" : false ,
12931313 "windows_powershell" : false ,
12941314 "windows_shell" : null,
1315+ "working_directory" : null,
12951316 } ,
12961317 "unexports" : [ ] ,
12971318 "warnings" : [ ] ,
0 commit comments