New manpage section

This commit is contained in:
Nox Sluijtman 2022-08-29 22:36:53 +02:00
parent 20ce5bc5fd
commit e3092e91df
3 changed files with 13 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Marty Sluijtman <marty.wanderer@disroot.org> # Maintainer: Marty Sluijtman <marty.wanderer@disroot.org>
pkgname=sheet-parser pkgname=sheet-parser
pkgver=0.3 pkgver=0.3
pkgrel=2 pkgrel=3
pkgdesc="A little D&D character sheet parser written in go" pkgdesc="A little D&D character sheet parser written in go"
url="https://gitlab.com/EternalWanderer/sheet-parser" url="https://gitlab.com/EternalWanderer/sheet-parser"
arch="all" arch="all"
@ -28,7 +28,7 @@ package() {
} }
sha512sums=" sha512sums="
4e6df1e37ded4627b4a425fa9e5d9510682e0968ddcdbe48a4a68f99c7dfa0d81f7c8c0821307ee4cbbe5221169eae2a1e1cd6aeaffa681d45f725a013fdb6dd sheet-parser-0.3.tar.gz b19c09d094d4d8bc300821fea9fe20f1b3499e5ecec41e038969629e60528180b468ced5e3a9ca090d7723369b44622cbd00dfa558beec9df430b8f241ecd432 sheet-parser-0.3.tar.gz
c1800a72d8d229d46a7ea2dffb83f97c7edaf773a9a875a2ae10b449ae84ab854b80eac05a62002f6a686bb8b014c9b1bc8e2359286b2edccda4d90227a473e5 zsh.completion c1800a72d8d229d46a7ea2dffb83f97c7edaf773a9a875a2ae10b449ae84ab854b80eac05a62002f6a686bb8b014c9b1bc8e2359286b2edccda4d90227a473e5 zsh.completion
a685291e2d6e6cad66ec4169301b698c1764fc2bc7a16cc57c0261ee70b55a95eccfa3f78ca418ad1bdb6814179209b215fc5181f42ba5500b1871152b7cd383 example.json a685291e2d6e6cad66ec4169301b698c1764fc2bc7a16cc57c0261ee70b55a95eccfa3f78ca418ad1bdb6814179209b215fc5181f42ba5500b1871152b7cd383 example.json
" "

View file

@ -5,7 +5,7 @@
.nh .nh
.ad l .ad l
.\" Begin generated content: .\" Begin generated content:
.TH "sheet-parser" "1" "2022-08-23" .TH "sheet-parser" "1" "2022-08-29"
.P .P
.SH NAME .SH NAME
.P .P
@ -98,6 +98,11 @@ Roll a check with 2d20 and take the lowest number; to be used in
conjunction with \fB--save\fR \fB--skill\fR or \fB--stat\fR conjunction with \fB--save\fR \fB--skill\fR or \fB--stat\fR
.P .P
.RE .RE
.SH CONFIGURATION
.P
You can change the default character sheet by setting \fB$CHARSHEET\fR to point to a
character sheet JSON file.\& This will still be overruled using \fB--file\fR.\&
.P
.SH STATS & SKILLS .SH STATS & SKILLS
\fBsheet-parser\fR makes use of stats and skills according to the rules of D&D 5e.\& \fBsheet-parser\fR makes use of stats and skills according to the rules of D&D 5e.\&
This means that the modifies of all the skills and stats are based on the scores This means that the modifies of all the skills and stats are based on the scores

View file

@ -69,6 +69,11 @@ This thing makes use of some of the functionality of dice-roller, mainly the way
Roll a check with 2d20 and take the lowest number; to be used in Roll a check with 2d20 and take the lowest number; to be used in
conjunction with *--save* *--skill* or *--stat* conjunction with *--save* *--skill* or *--stat*
# CONFIGURATION
You can change the default character sheet by setting *$CHARSHEET* to point to a
character sheet JSON file. This will still be overruled using *--file*.
# STATS & SKILLS # STATS & SKILLS
*sheet-parser* makes use of stats and skills according to the rules of D&D 5e. *sheet-parser* makes use of stats and skills according to the rules of D&D 5e.
This means that the modifies of all the skills and stats are based on the scores This means that the modifies of all the skills and stats are based on the scores