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

The default output filenames should match the name of the .yarn file #8

Closed
weaversam8 opened this issue Jan 4, 2022 · 0 comments
Closed

Comments

@weaversam8
Copy link
Contributor

ysc version 1 correctly inferred the name of the output files from the input .yarn file when running ysc compile. For example, ysc compile file.yarn would output file.yarnc and file.csv.

ysc version 2 adds the ability to provide the name of the output files as command line flags (--output-name and --output-string-table-name) which is great, but defaults to a less descriptive name (Output.yarnc and Output.csv respectively.) The default output name should be determined from the name of the .yarn file.

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