# Command Line Arguments

Returns a list of all command line arguments passed to the bot.

#### Usage

`get_command_line_args()`

#### Returns

A `list` of strings with the command line arguments, or `None` if there was a problem getting the arguments.

`['phBot.exe', '--skipupdates']`
