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

proposal: read file from arguments #6

Closed
kitagry opened this issue Jun 23, 2022 · 3 comments · Fixed by #7
Closed

proposal: read file from arguments #6

kitagry opened this issue Jun 23, 2022 · 3 comments · Fixed by #7

Comments

@kitagry
Copy link
Contributor

kitagry commented Jun 23, 2022

Currently, bqvalid parse only sql from stdin. But, I think the following usage is ordinary.

bqvalid <FILE_PATH>

# search *.sql in subdirectory
bqvalid <DIR_PATH>
@hirosassa
Copy link
Owner

@kitagry Thanks for your suggestion! I think bqvalid should support file input 👍

@hirosassa hirosassa mentioned this issue Jun 25, 2022
@hirosassa
Copy link
Owner

@kitagry I implemented this feature in #7. Thanks again for your suggestion.

@kitagry
Copy link
Contributor Author

kitagry commented Jun 25, 2022

I added a little feature for this!

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

Successfully merging a pull request may close this issue.

2 participants