Garden 🌻

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"].

Source Codepublic fun shell_arguments(): List<String> {
  __BUILTIN_IMPLEMENTATION
}