Skip to content

app: Override "--help" command line argument

Felipe Borges requested to merge override-help-cmdline-argument into master

For some reason the default handling of the --help argument in GApplication will call "exit" in all the running instances of the application.

By handling the --help argument ourselves we manage to get the desired behavior.

Fixes #394 (closed) Fixes #689 (closed)

Merge request reports