Skip to content

README.md shows config file format with ;required but parser doesn't ignore the ; comment #123

Description

@a1ch3mist

In the README.md file it shows a config file possibility for multiple accounts.
It shows "; required" after lines that are required. However, the parser doesn't actually skip comments with the ";" token as implied by the example. You need to remove those lines after the password for example.

When I modified for password, the program tried to enter the entire line, with all the spaces and ";" items as the password, which obviously failed.

Either modify the config file parser to ignore spaces and ";", or change the README.md for a better example.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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