Metadata-Version: 2.4
Name: rohan-portal-gun
Version: 0.2.1
Summary: 
Author: irohanrajput
Author-email: itusharsingh27@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: typer[all] (>=0.12.3,<0.13.0)
Description-Content-Type: text/markdown

# `rohan-portal-gun`

Awesome portal gun

**Usage**:

```console
$ rohan-portal-gun [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
* `shoot`: shoot the portal gun
* `sleep`: go back to sleep

## `rohan-portal-gun load`

load the portal gun 

**Usage**:

```console
$ rohan-portal-gun load [OPTIONS]
```

**Options**:

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

## `rohan-portal-gun shoot`

shoot the portal gun

**Usage**:

```console
$ rohan-portal-gun shoot [OPTIONS]
```

**Options**:

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

## `rohan-portal-gun sleep`

go back to sleep

**Usage**:

```console
$ rohan-portal-gun sleep [OPTIONS]
```

**Options**:

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

