shell_arguments()
Get the arguments passed when this program was run.
For example, if the shell command was garden run my_program.gdn --foo, then this function will return ["--foo"].
garden run my_program.gdn --foo
["--foo"]
public fun shell_arguments(): List<String> { __BUILT_IN_IMPLEMENTATION }