Skip to content

application: Simplify handling commandline

We don't require advanced commandline options handling, So don't override local_command_line() which requires to handle registration and activation ourself. For this reason, the activate() method was never executed, which is fixed in this commit.

/cc @igaldino

Merge request reports