mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-08 21:30:01 +02:00
Some checks failed
Checks / Prefligit / prefligit (push) Failing after 1s
Release Docker Image / define-variables (push) Failing after 1s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Has been skipped
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Has been skipped
Release Docker Image / merge (push) Has been skipped
Checks / Rust / Format (push) Failing after 1s
Checks / Rust / Clippy (push) Failing after 27s
Checks / Rust / Cargo Test (push) Failing after 26s
Also refactors main.rs/mod.rs to silence clippy
21 lines
704 B
Markdown
21 lines
704 B
Markdown
# Command-Line Help for `continuwuity`
|
|
|
|
This document contains the help content for the `continuwuity` command-line program.
|
|
|
|
**Command Overview:**
|
|
|
|
* [`continuwuity`↴](#continuwuity)
|
|
|
|
## `continuwuity`
|
|
|
|
a very cool Matrix chat homeserver written in Rust
|
|
|
|
**Usage:** `continuwuity [OPTIONS]`
|
|
|
|
###### **Options:**
|
|
|
|
* `-c`, `--config <CONFIG>` — Path to the config TOML file (optional)
|
|
* `-O`, `--option <OPTION>` — Override a configuration variable using TOML 'key=value' syntax
|
|
* `--read-only` — Run in a stricter read-only --maintenance mode
|
|
* `--maintenance` — Run in maintenance mode while refusing connections
|
|
* `--execute <EXECUTE>` — Execute console command automatically after startup
|