filepacker man on windows returns odd text
Not sure if this is intentional or if it is failing to print each section and showing a stub.
```
C:\filepack006>filepack man
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH filepack 1 "filepack 0.0.6"
.SH NAME
filepack \- 🗄️ file verification utility \- https://github.com/casey/filepack
.SH SYNOPSIS
\fBfilepack\fR [\fB\-\-data\-dir\fR] [\fB\-\-mmap\fR] [\fB\-\-parallel\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] <\fIsubcommands\fR>
.SH DESCRIPTION
🗄️ file verification utility \- https://github.com/casey/filepack
.SH OPTIONS
.TP
\fB\-\-data\-dir\fR=\fIDATA_DIR\fR
Store local data, including private keys, in <DATA_DIR>
.RS
May also be specified with the \fBFILEPACK_DATA_DIR\fR environment variable.
.RE
.TP
\fB\-\-mmap\fR
Memory\-map files for hashing
.TP
\fB\-\-parallel\fR
Memory\-map and read files in parallel for hashing
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help
.TP
\fB\-V\fR, \fB\-\-version\fR
Print version
.SH SUBCOMMANDS
.TP
filepack\-create(1)
Create manifest
.TP
filepack\-hash(1)
Hash file
.TP
filepack\-key(1)
Print master key
.TP
filepack\-keygen(1)
Generate master key
.TP
filepack\-man(1)
Print man page
.TP
filepack\-sign(1)
Add signature to manifest
.TP
filepack\-verify(1)
Verify manifest
.TP
filepack\-help(1)
Print this message or the help of the given subcommand(s)
.SH VERSION
v0.0.6
```
关闭于 2024-10-26 1 条评论