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

allow mulitple files in compilation #174

Merged
merged 1 commit into from
May 18, 2021
Merged

allow mulitple files in compilation #174

merged 1 commit into from
May 18, 2021

Conversation

riederm
Copy link
Collaborator

@riederm riederm commented May 13, 2021

_ the cli now accepts mulitple input-files in the end.
e.g. rustyc --ir file1.st file2.st

_ the cli now accepts glob expressions
e.g. ./**/*.st

fixes #91

@riederm riederm force-pushed the mulitple_files branch 2 times, most recently from bc8c29d to 65399c4 Compare May 16, 2021 20:41
@riederm riederm marked this pull request as ready for review May 16, 2021 21:24
_ the cli now accepts mulitple input files at the end of the line
  e.g. rustyc --ir file1.st file2.st
_ the cli now accepts glob expressions
  e.g. rustyc --ir "./**/*.st"

fixes #91
@riederm riederm requested a review from ghaith May 17, 2021 12:38
@ghaith ghaith merged commit 745c53f into master May 18, 2021
@ghaith ghaith deleted the mulitple_files branch May 18, 2021 06:22
This was linked to issues May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants