Skip to content

Default to 'help' when no command is given instead of 'build'

Christoph Reiter requested to merge creiter/jhbuild:cmd-default-to-help into master

A new user running jhbuild for the first time probably doesn't want it to build everything or complain about missing sysdeps when running "jhbuild" alone.

Instead show the help output with the list of possible sub-commands.

Merge request reports