Skip to main content

Mojo module

arg

Implements functions and variables for interacting with execution and system environment.

You can import these APIs from the sys package. For example:

from sys import argv
from sys import argv

Functions

  • argv: The list of command line arguments.