run

Entry point of the program.

This function is very long, but mostly because it's tricky to split up into free functions and have them convey "parent function should exit".

run
(
string[] args
)

Parameters

args string[]

Command-line arguments passed to the program.

Return Value

Type: auto

0 on success, non-0 on failure.