# ProcessArgumentBinding

`import { ProcessArgumentBinding } from "destack:process/binding";`

Argument binding family.

```ds title="ProcessArgumentBinding"
export interface ProcessArgumentBinding {
    listArguments(): Result<^Array<^string>, HostError>;
}
```

[language/library/src/process/binding/argument.ds:5:14](https://github.com/destack-sh/destack/blob/main/language/library/src/process/binding/argument.ds#L5-L14)

## Members

### `listArguments(): Result<^Array<^string>, HostError>`

Return the process argument vector.
