endbasic 0.12.1

The EndBASIC programming language - CLI
Usage: endbasic [options] [program-file]

Options:
    -h, --help          show command-line usage information and exit
        --version       show version information and exit
        --console CONSOLE-SPEC
                        type and properties of the console to use
        --gpio-pins GPIO-PINS-SPEC
                        GPIO pins backend to use
    -i, --interactive   force interactive mode when running a script
        --local-drive URI
                        location of the drive to mount as LOCAL
        --service-url URL
                        base URL of the cloud service

Arguments:
    [program-file]      script to execute without entering interactive mode

CONSOLE-SPEC can be one of the following:
    st7735s             enables the ST7735S LCD console
    text                enables the text-based console

GPIO-PINS-SPEC can be one of the following:
    mock                mock backend for testing
    noop                dummy backend that always returns errors
    rppal               uses the Raspberry Pi GPIO hardware

Report bugs to: https://github.com/endbasic/endbasic/issues
EndBASIC home page: https://www.endbasic.dev/