Skip to content

Comments started with '#' are always skipping #4

@oneumyvakin

Description

@oneumyvakin

Hello, first of all thank you for this package, it's great that it so powerful and tiny!

I just want to share that comments lines started with '#' are skipped always beside of ini.skipCommits.
It looks like because second condition in following if:

if ini.skipCommits && line[0] == ';' || line[0] == '#' {
            // Skip comments
            continue
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions