> For the complete documentation index, see [llms.txt](https://plugins.phbot.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://plugins.phbot.org/phbot-api/command-line-arguments.md).

# 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']`
