From 0069c36237fe39f02751dfeedad59de60938b799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mango=20=F0=9F=A4=96?= Date: Mon, 24 Jan 2022 13:48:08 +0000 Subject: [PATCH] docs: update man page --- cmd/soft/soft.1 | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cmd/soft/soft.1 diff --git a/cmd/soft/soft.1 b/cmd/soft/soft.1 new file mode 100644 index 0000000000000000000000000000000000000000..f33dd805480dcdf9b1605626b6df30de42cfc3c8 --- /dev/null +++ b/cmd/soft/soft.1 @@ -0,0 +1,15 @@ +.TH SOFT 1 "2022-01-24" "soft" "A self-hostable Git server for the command line" +.SH NAME +A self-hostable Git server for the command line +.SH SYNOPSIS +\fBsoft\fP [\fIoptions\&.\&.\&.\fP] [\fIargument\&.\&.\&.\fP] +.SH DESCRIPTION +Soft Serve is a self-hostable Git server for the command line\&. +.SH OPTIONS +.TP +\fB-version\fP +display version +.SH COPYRIGHT +(C) 2021-2022 Charmbracelet, Inc\&. +.PP +Released under MIT license\&.