Skip to content

Impr/cli conf args

Michał Góral requested to merge impr/cli-conf-args into master

Added a possibility to specify all configuration parameters available in qsrc.py as command line parameters. Because of this, existance of qsrc.py is no longer necessary.

Backward incompatible changes:

  • removed short form of xmpp's jid option (-j) (ca817e23)
  • don't return default (single) configuration when sender (--sender, --jid) doesn't match (3af5c3b0)

This closes issue #21 (closed).

Merge request reports