We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I'm making a configuration file with lots of parts in it. I will use this for telnet. The file looks like this (for example):
[filters] #part1 bold: Index #part2 bold: down
With this arrangement, only the last filter tag is triggered. How can I use multiple identical tags in the same configuration file?
P.S. Sorry for my english, this is Google translator.
The text was updated successfully, but these errors were encountered:
You can do like this as a workaround:
[filters] bold: Index|down
See builtin configs for examples.
Related: #2
Sorry, something went wrong.
It is not comfortable. The parts look better. I understand this is due to the peculiarity of the configparser. Maybe you can fix it?
No branches or pull requests
Hi, I'm making a configuration file with lots of parts in it. I will use this for telnet.
The file looks like this (for example):
[filters]
#part1
bold: Index
#part2
bold: down
With this arrangement, only the last filter tag is triggered.
How can I use multiple identical tags in the same configuration file?
P.S. Sorry for my english, this is Google translator.
The text was updated successfully, but these errors were encountered: