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:
    sdl[:SPEC]          enables the graphical console and configures it
                        with the settings in SPEC, which is of the form:
                        resolution=RESOLUTION,fg_color=COLOR,bg_color=COLOR,
                        font_path=TTF,font_size=SIZE
                        individual components of the SPEC can be omitted
                        RESOLUTION can be one of 'fs' (for full screen),
                        'WIDTHxHEIGHT' or 'WIDTHxHEIGHTfs'
    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

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