Metadata-Version: 2.3
Name: recticode
Version: 0.3.2
Summary: Add your description here
Author: VulcanWM
Author-email: VulcanWM <vulcanwmemail@gmail.com>
Requires-Dist: pytest>=9.0.2
Requires-Dist: requests>=2.32.5
Requires-Dist: typer>=0.24.1
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# `recticode`

**Usage**:

```console
$ recticode [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--install-completion`: Install completion for the current shell.
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
* `--help`: Show this message and exit.

**Commands**:

* `login`
* `whoami`
* `logout`
* `start`
* `list-challenges`
* `check`

## `recticode login`

**Usage**:

```console
$ recticode login [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `recticode whoami`

**Usage**:

```console
$ recticode whoami [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `recticode logout`

**Usage**:

```console
$ recticode logout [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `recticode start`

**Usage**:

```console
$ recticode start [OPTIONS] CHALLENGE_NAME
```

**Arguments**:

* `CHALLENGE_NAME`: [required]

**Options**:

* `--help`: Show this message and exit.

## `recticode list-challenges`

**Usage**:

```console
$ recticode list-challenges [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.

## `recticode check`

**Usage**:

```console
$ recticode check [OPTIONS]
```

**Options**:

* `--help`: Show this message and exit.
