You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the following command in Windows 11 terminal ./ysc.exe tag --output-directory output game.yarn
Expected behaviour is to output a file game.yarn in a subfolder named output of the current directory.
Instead what happens is a file called outputgame.yarn is created in the current directory.
Interestingly, the output will still fail with "Directory does not exist", if subfolder output does not exist. But it just doesn't get used.
To achieve the expected behaviour, I must run the following command ./ysc.exe tag --output-directory output/ game.yarn
The text was updated successfully, but these errors were encountered:
Running the following command in Windows 11 terminal
./ysc.exe tag --output-directory output game.yarn
Expected behaviour is to output a file
game.yarn
in a subfolder namedoutput
of the current directory.Instead what happens is a file called
outputgame.yarn
is created in the current directory.Interestingly, the output will still fail with "Directory does not exist", if subfolder
output
does not exist. But it just doesn't get used.To achieve the expected behaviour, I must run the following command
./ysc.exe tag --output-directory output/ game.yarn
The text was updated successfully, but these errors were encountered: