-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fixes issue #14 by adding support for -C option #15
Conversation
The code is outdated, might need to update it to fit the current version of the repository |
I will update the code with the changes you made to the |
I also noticed that your "lang" command doesn't affect the current iteration of input. When I change the language to "en-CA", this change only occurs on the next config command-- the current ones will have a value of its previous language i.e., "en-US" View your .env file after running the config to see if the value are the same for the html files |
I have updated the code. The |
This PR fixes and closes #14 by adding support for the
-C
option.Users can now pass a
.json
file with keys such asinput
,output
, andlang
to override the application's default behaviour.