# args

`import { args } from "destack:process";`

Return the process arguments.

```ds title="args"
export function args(): Result<^Array<^string>, HostError>
```

[language/library/src/process/process.ds:6:8](https://github.com/destack-sh/destack/blob/main/language/library/src/process/process.ds#L6-L8)
