• v2.0 283decf747

    v2.0
    All checks were successful
    Go Project Action / Spell-check and test go project (push) Successful in 32s
    Release Go Application / Release go project (release) Successful in 30s
    Stable

    yves-biener released this 2024-10-06 14:33:12 +02:00 | 14 commits to main since this release

    Overwrite (default) configuration via command line arguments to serve a given command with corresponding arguments.

    Example:

    serve echo Testing providing additional arguments
    

    Which will serve and echo command with "Testing providing additional arguments" as arguments to echo. If no arguments are provided, the corresponding (default) configuration will be used.

    Downloads