In ./AppRun you can use
exec ./your/executable "$@"
The "$@" transfers all command line parameters to the executable inside the AppImage.
In ./AppRun you can use
exec ./your/executable "$@"
The "$@" transfers all command line parameters to the executable inside the AppImage.