Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--output-directory misbehaves if a trailing slash is not included. #23

Open
marcusround opened this issue Apr 3, 2023 · 0 comments
Open

Comments

@marcusround
Copy link

marcusround commented Apr 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant