## Description - Hi, the return value of the `termscp --version` command is 255. What is the reason for this? <img width="854" alt="image" src="https://github.com/user-attachments/assets/7b7f9165-246a-438b-8963-9dd6910237ce"> - Can it be set to 0, like most command-line tools do, such as: ```sh $ termscp --version; echo "code: [$?]" termscp v0.16.1 (main, f2efb25a, 2024-11-12T11:39:34.963627000Z) - Developed by Christian Visintin <christian.visintin@veeso.dev> code: [0] ```