Common abbreviation for "arguments", often used in reference to command-line arguments or function arguments.
A program can accept any number of arguments from the command line. This allows the user to specify configuration information when the program is launched.
The user enters command-line arguments when invoking the application and specifies them after the name of the command to be run.