The arguments of the command

Starts with the first real arguments---ie. does not include the progname (argv[0], in C)

Property definitions

core $ Process :: arguments=
	# The arguments of the command
	# Starts with the first real arguments---ie. does not include the progname (`argv[0]`, in C)
	var arguments: nullable Array[Text]
lib/core/exec.nit:79,2--81,36