We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 tool doesn't consider -f flag.
gobble i18n -f app/views/home/home.html.erb ***** HerbGobbler Usage *****
Options tr8n | i18n : Use the normal rails i18n output format or use tr8n output -a : Process an entire Rails Code Base -f : Process a single file
Usage: gobble tr8n -a
The text was updated successfully, but these errors were encountered:
This just all got rebuild, can you give it another try?
Sorry, something went wrong.
I can confirm that that the file argument is not being respected
This is still happening (both on the gem 0.3.11 and on master, after the rewrite).
The culprit is here.
We have:
path = options[:path] || "."
then later if path is not nil (and it never can be, in this cas), a global parse occurs rather than a single file parse.
Successfully merging a pull request may close this issue.
The tool doesn't consider -f flag.
gobble i18n -f app/views/home/home.html.erb
***** HerbGobbler Usage *****
Options
tr8n | i18n : Use the normal rails i18n output format or use tr8n output
-a : Process an entire Rails Code Base
-f : Process a single file
Usage: gobble tr8n -a
The text was updated successfully, but these errors were encountered: