Package with nix and add systemd unit example

This commit is contained in:
oxalica 2024-08-31 15:40:41 -04:00
parent a63d0df443
commit e84b13c876
9 changed files with 287 additions and 3 deletions

View file

@ -20,7 +20,9 @@ use tokio::runtime::Runtime;
/// NB. Sync with docs of [`User::url`].
const KEY_URL_SUBPATH: &str = "/.well-known/blah/key";
/// Control or manage Blah Chat Server.
#[derive(Debug, clap::Parser)]
#[clap(about, version = option_env!("CFG_RELEASE").unwrap_or(env!("CARGO_PKG_VERSION")))]
struct Cli {
#[command(subcommand)]
command: Command,