diff --git a/Cargo.lock b/Cargo.lock index fe8cb16d..d950e9da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6129,7 +6129,7 @@ dependencies = [ ] [[package]] -name = "xtask-admin-command" +name = "xtask-generate-commands" version = "0.5.0-rc.6" dependencies = [ "clap-markdown", diff --git a/Cargo.toml b/Cargo.toml index 03c5b489..ef917332 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -768,7 +768,7 @@ inherits = "dev" # '-Clink-arg=-Wl,-z,nodlopen', # '-Clink-arg=-Wl,-z,nodelete', #] -[profile.dev.package.xtask-admin-command] +[profile.dev.package.xtask-generate-commands] inherits = "dev" [profile.dev.package.conduwuit] inherits = "dev" diff --git a/docs/server_reference.md b/docs/server_reference.md new file mode 100644 index 00000000..e34bc51e --- /dev/null +++ b/docs/server_reference.md @@ -0,0 +1,21 @@ +# 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 ` — Path to the config TOML file (optional) +* `-O`, `--option