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

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

Open
a1ch3mist opened this issue Sep 1, 2024 · 0 comments

Comments

@a1ch3mist
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant