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 Code
public fun shell_arguments(): List<String> {
  __BUILT_IN_IMPLEMENTATION
}