argv

Functions
program-arguments
program-invocation-name
program-invocation-short-name
(setf program-arguments) value
(setf program-invocation-name) value
program-invocation-name   [Function]
Return the program name as invoked on the command line.

Value is a string.
(setf program-invocation-name)  value  [Function]
Set the program name.

Value has to be a string, a pathname, or a file stream.
program-invocation-short-name   [Function]
Return the program name as invoked on the command line
but without the directory part.

Value is a string.
program-arguments   [Function]
Return the list of program arguments.

Value is a list of strings.
(setf program-arguments)  value  [Function]
Set the list of program arguments.

Value has to be a list of strings.