System.argv

You're seeing just the function argv, go back to System module for more information.

Specs

argv() :: [String.t()]

Lists command line arguments.

Returns the list of command line arguments passed to the program.

Specs

argv([String.t()]) :: :ok

Modifies command line arguments.

Changes the list of command line arguments. Use it with caution, as it destroys any previous argv information.