---
URL: "/guide/core/options"
LLMS_URL: "/guide/core/options.md"
---

# ⚙️ Options

All of these options are available with the `binarium` command by adding the suffix `--` and followed by an `=` or `space` and its value.

## Help

![help-output](/binarium-help.png){data-zoomable}

For more info execute:

```bash
binarium --help
```

## Build types

```ts twoslash
// @declaration
import type {BuilderParams} from 'binarium'

```

- [More details](/guide/core/api#builderparams)
