Sha256: 06a91ebc8dead91fede282be2bc599f5646d0ae9916ca492a054050138a0999d
Contents?: true
Size: 602 Bytes
Versions: 3
Compression:
Stored size: 602 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) | Click the command name to see the document.
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
discorb-0.4.2 | docs/cli.md |
discorb-0.4.1 | docs/cli.md |
discorb-0.4.0 | docs/cli.md |