Sha256: 73f57d7e70a632a31463d26ab16ea612a063e93b257c8f08cd09985108d871d2
Contents?: true
Size: 937 Bytes
Versions: 4
Compression:
Stored size: 937 Bytes
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`. ### 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 setup 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
discorb-0.10.0 | docs/cli/run.md |
discorb-0.9.6 | docs/cli/run.md |
discorb-0.9.5 | docs/cli/run.md |
discorb-0.9.4 | docs/cli/run.md |