I would like to suggest a change to the doc to recommend users define main
as main(args)
instead of main(ARGS)
to clarify the differences between the global var Core.ARGS
and the function parameter. Defining the main(ARGS)
is confusing to me if the ARGS
is just a normal parameter.
Originally posted by @ctarn in #50974 (comment)