Argument

Sometimes abbreviated as arg, when referring to programming or the command line an argument is a value that is passed into a command, function, or routine. In the below example, "myfile.txt" is the argument for the edit command.

edit myfile.txt

Also see: Command line, Programming definitions, Syntax