NatronGitHub / Natron

Open-source video compositing software. Node-graph based. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.
http://NatronGitHub.github.io
GNU General Public License v2.0
4.72k stars 343 forks source link

Fix Natron and NatronRenderer exit code. #993

Closed acolwell closed 3 months ago

acolwell commented 4 months ago

Thanks for submitting a pull request! Please provide enough information so that others can review your pull request. Additionally, make sure you've done all of these things:

PR Description

What type of PR is this? (Check one of the boxes below)

What does this pull request do?

Change exit code to 0 when -v/--version or -h/--help are specified. This just makes its behavior more consistent with other applications.

Have you tested your changes (if applicable)? If so, how?

Yes. Installer still builds and passes tests. I also manually verified exit codes with command-lines like "Natron -v; echo $?"