# sam.Command.new\_argument

> #### [argument](https://sam.goobie.me/api/command/argument) sam.Command.new\_argument( [string](https://wiki.facepunch.com/gmod/string) argument\_name )

## Description

Creates a new argument that can be used by commands.

* You must create the argument in it's own file in `lua/sam/command/arguments`

## Aguments

1. [**string**](https://wiki.facepunch.com/gmod/string) **command\_name**

## Returns

1. #### [argument](https://sam.goobie.me/api/command/argument)

## [Examples](https://sam.goobie.me/api/command/argument)
