> For the complete documentation index, see [llms.txt](https://docs.oscwii.org/cli/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oscwii.org/cli/commands/show.md).

# show

## Usage

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

#### Optional Arguments:

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

#### Required Arguments:

* `app` Name of application to show. e.g. WiiVNC

## Usage Examples

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

```
Found "WiiVNC" [WiiVNC]
Category: utilities
Version: 1.3
Description: Connect to a VNC server
Short Description: Control your computer
Release Date: December  1, 2019 at 21:12
Publisher: PaulWagener
Package:
  Type: dol
  Download Size: 802.0KiB
  Extracted Size: 1.6MiB
```

{% endcode %}

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

```
Found "Material HBC" [Material-HBC]
Category: media
Version: 1.1
Description: A minimal, Google Material Design inspired theme for use in the HBC. Load it like any other app to install. Remove the HBC Save File to uninstall the theme. https://github.com/jirble2/Material-HBC
Short Description: A material design HBC theme.
Release Date: January 21, 2015 at 08:00
Publisher: jirble2
Package:
  Type: thm
  Download Size: 203.1KiB
  Extracted Size: 211.9KiB
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.oscwii.org/cli/commands/show.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
