Command line parameter transfer

In ./AppRun you can use

exec ./your/executable "$@"

The "$@" transfers all command line parameters to the executable inside the AppImage.

2 Likes