Checking for the Apprise CLI...
} @else if (appriseCliStatus(); as cliStatus) { @if (cliStatus.available) {Apprise CLI detected{{ cliStatus.version ? ': ' + cliStatus.version : '' }}.
} @else {The Apprise CLI could not be found on the server, so notifications sent in CLI mode will fail. Install Apprise on the server or switch to API mode.
} }