Sha256: da04908e3a2a1e4b2ec832afff756d3a22f7171f510f8e9cd5c1af57e9acf2d3
Contents?: true
Size: 658 Bytes
Versions: 29
Compression:
Stored size: 658 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/init.md `init`} | 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
29 entries across 29 versions & 1 rubygems