If you have an option such as for example
--no-ipv6 (with space at the end)
instead of
--no-ipv6 (without space at the end)
in the ~/.zonemaster/cli.args
you get the error
Unknown option: no-ipv6
Besides that the error message is unhelpful (as one can't see the trailing space) trailing whitespace should be removable on loading.
If you have an option such as for example
--no-ipv6(with space at the end)instead of
--no-ipv6(without space at the end)in the
~/.zonemaster/cli.argsyou get the error
Unknown option: no-ipv6Besides that the error message is unhelpful (as one can't see the trailing space) trailing whitespace should be removable on loading.