Add initial man page and make help info wording more consistent

This commit is contained in:
2024-07-15 16:01:43 -04:00
parent 82b1e31e5b
commit 54d5d8bd0e
4 changed files with 172 additions and 22 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
gofmt -l -w -s ./src/cli/*.go
gofmt -l -w -s ./src/backend/*.go
git add -f completions src wiki .gitignore commit.sh go.mod go.sum LICENSE mutn.go libmuttonserver.go README.md
git add -f completions docs src wiki .gitignore commit.sh go.mod go.sum LICENSE mutn.go libmuttonserver.go README.md
git commit -m "$1"
git push