Sha256: 6ada02d61ff53f734cb635080de6023659254281bbedbd0ba3f6940093ae4379

Contents?: true

Size: 1.07 KB

Versions: 6

Compression:

Stored size: 1.07 KB

Contents

<!--
# @title CLI tools
-->

# CLI tools

discorb has a CLI tool for developing.

## Usage

```bash
Usage: discorb [options] [subcommand [options]]
```

## Options

### `-b`, `--[no-]bundler`

Whether to use bundler.
Default to true.

## Commands

Currently, discorb has the following commands:

| Command                          | Description                                            |
| -------------------------------- | ------------------------------------------------------ |
| {file:docs/cli/new.md `new`}     | Create a new project.                                  |
| {file:docs/cli/irb.md `irb`}     | Start an interactive Ruby shell with connected client. |
| {file:docs/cli/run.md `run`}     | Run a client.                                          |
| {file:docs/cli/setup.md `setup`} | Setup application commands.                            |
| `show`                           | Show your environment. (No document)                   |
| `about`                          | Show discorb's information. (No document)              |

Click the command name to see the document.

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
discorb-0.20.0 docs/cli.md
discorb-0.19.0 docs/cli.md
discorb-0.18.1 docs/cli.md
discorb-0.18.0 docs/cli.md
discorb-0.17.1 docs/cli.md
discorb-0.17.0 docs/cli.md