Sha256: c63fffeec4a74bdb62feea368618af6e094c9c04ea49c541cfa68ae43dde1a15

Contents?: true

Size: 1.04 KB

Versions: 6

Compression:

Stored size: 1.04 KB

Contents

<!--
# @title CLI: discorb run
-->

# discorb run

This command will run a client.

## Usage

```
discorb run [options] [script]
```

### Arguments

#### `script`

The script to run. Defaults to `main.rb`.
If the script wasn't specified, it will also look for a file named `main.rb` in the parent directories, like rake.

### Options

#### `-t`, `--title`

The title of the process.

#### `-l`, `--log-level`

Specify the log level.
Should be one of the following:

- `none`
- `debug`
- `info`
- `warn`
- `error`
- `fatal`

#### `-f`, `--log-file`

Specify the file to write logs to.
You can use `stdout` to write to the standard output, and `stderr` to write to the standard error.

#### `-c`, `--[no-]log-color`

Whether to colorize the log output.
If not specified, the default will be:

- `true` if the file to write logs to is `stdout` or `stderr`.
- `false` otherwise.

#### `-s`, `--setup`

Whether to set up application commands.

#### `-e`, `--env`

The name of the environment variable to use for token, or just `-t` or `--token` for intractive prompt.

Version data entries

6 entries across 6 versions & 1 rubygems

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