Sha256: 79e4cd5f15e6f64973fe449f18f3950f4b16acffbc0cb43a60a7deee7500bad5
Contents?: true
Size: 656 Bytes
Versions: 9
Compression:
Stored size: 656 Bytes
Contents
# @title CLI tools # CLI tools discorb has a CLI tool for developing. ## Usage ```bash bundle exec discorb <command> ... ``` ## 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
9 entries across 9 versions & 1 rubygems