Commit Graph

5 Commits

Author SHA1 Message Date
Username
e24f68500c style: normalize indentation and improve code style
- convert tabs to 4-space indentation
- add docstrings to modules and classes
- remove unused import (copy)
- use explicit object inheritance
- use 'while True' over 'while 1'
- use 'while args' over 'while len(args)'
- use '{}' over 'dict()'
- consistent string formatting
- Python 2/3 compatible Queue import
2025-12-20 23:18:45 +01:00
Username
f289057267 cleanup: minor fixes in comboparse and soup_parser 2025-12-20 22:28:47 +01:00
Username
a62c46600c comboparse: remove test code 2025-12-20 16:45:58 +01:00
rofl0r
d209356a85 comboparse: fix bug with bool cmd args always True 2019-01-13 16:40:12 +00:00
rofl0r
f16f754b0e implement combo config parser
allows all options to be overridden by command line.

e.g.
[watchd]
threads=10
debug=false

--watch.threads=50 --debug=true
2019-01-08 02:17:10 +00:00