Skip to content

--help should return 0 #170

@tresf

Description

@tresf

The following command returns exit code of 1. This mismatches the linuxdeploy command, which returns exit code of 0. This --help is helpful for testing viability of a plugin.

linuxdeploy-plugin-qt-aarch64.AppImage --help
echo $?
# 1

A workaround is to call --plugin-version instead:

linuxdeploy-plugin-qt-aarch64.AppImage --plugin-version
echo $?
# 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions