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

Support trailing comments #38

Merged
merged 2 commits into from
Nov 23, 2022
Merged

Support trailing comments #38

merged 2 commits into from
Nov 23, 2022

Commits on Oct 11, 2022

  1. Support trailing comments

    The original Ruby dotenv supports trailing comments as it is valid shell
    syntax. In general it would be good to conform to the regular expression
    as defined here:
    https://github.com/bkeepers/dotenv/blob/master/lib/dotenv/parser.rb#L14-L30
    yassenb committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    d28c7b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    cf47f4d View commit details
    Browse the repository at this point in the history