-
Notifications
You must be signed in to change notification settings - Fork 433
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
Add example env file generator #362
base: main
Are you sure you want to change the base?
Conversation
What tests would you recommend adding? |
fixed issue with windows directories removed debug echo statements Removed old try accept that is no longer needed Should be the end of my after the fact website commits Add missing trailing newline when adding new value Sometimes, the source file doesn't have a trailing newline. If we add a new binding in such a case, we need to add a newline before the new binding. Release version 0.19.2 updated to remove file error with broken file fixed minor bug tests and minor changes
Added a test. Would you consider merging this? |
Hi, looks good, waiting for this feature to be merged. |
I just implemented the suggestions you mention here @theskumar. |
@ProfessorPiggos Thanks a lot. This looks much better. Can you add some test cases specific to this new feature? It would be great to check for things like lines You can also clean/remove up any modifications to Also, I'm having a second thought about having this as an additional new command or having it as part of #407. Some of the variations we can go with at this point are:
@bbc2 Any thoughts? |
Concerningly, tests are failing as the generate_sample command cannot be found when running the tests with the error Other than that, By the way, VSCode wasn't letting me squash commits for some reason. Sorry for commit spam on the PR. |
@ProfessorPiggos Try |
Text file needs to end with a newline
spacing between hashtags is cleaned up, 1 trailing newline at the end of the file.
equals sign cleanup added
Closes #354