# get

## Usage

```
osc-dl get [-h] [-r HOST] app
```

#### Optional Arguments:

* `-h, --help` Show help message.
* `-r HOST, --host HOST` Host to get app from, e.g. `-r themes`.

#### Required Arguments:

* `app` App to download. (e.g. WiiVNC)

**Extra:**

* `get all` can be used to download every single app on the given host.

## Usage Examples

{% code title="osc-dl get WiiVNC" %}

```
Download success! Output: WiiVNC.zip
```

{% endcode %}

{% code title="osc-dl get -r themes Material-HBC" %}

```
Download success! Output: Material-HBC.zip
```

{% endcode %}
