Metadata-Version: 2.1
Name: ds78
Version: 0.0.3
Summary: 
Author: Dmitry Drozdov
Author-email: dinochrom1@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: typer[all] (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown

# `callback`

Awesome Portal Gun

**Usage**:

```console
$ callback [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**:

* `load`: Load the portal gun
* `say-hello`: Типа говорит привет и приглашает попить кофе
* `shoot`: Shoot the portal gun

## `callback load`

Load the portal gun

**Usage**:

```console
$ callback load [OPTIONS]
```

**Options**:

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

## `callback say-hello`

Типа говорит привет и приглашает попить кофе

**Usage**:

```console
$ callback say-hello [OPTIONS] NAME
```

**Arguments**:

* `NAME`: [required]

**Options**:

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

## `callback shoot`

Shoot the portal gun

**Usage**:

```console
$ callback shoot [OPTIONS]
```

**Options**:

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

