* oputil mb qwk-export

* oputil mb qwk-dump
* Fix QWK reader encoding
This commit is contained in:
Bryan Ashby 2020-05-02 16:48:24 -06:00
parent 8817113364
commit c7a543e87e
No known key found for this signature in database
GPG key ID: B49EB437951D2542
3 changed files with 106 additions and 122 deletions

View file

@ -170,6 +170,11 @@ Actions:
import-areas PATH Import areas using FidoNet *.NA or AREAS.BBS file
qwk-dump PATH Dumps a QWK packet to stdout.
qwk-export [AREA_TAGS] PATH Exports one or more configured message area to a QWK
packet in the directory specified by PATH. The QWK
BBS ID will be obtained by the final component of PATH.
import-areas arguments:
--conf CONF_TAG Conference tag in which to import areas
--network NETWORK Network name/key to associate FTN areas
@ -177,6 +182,11 @@ import-areas arguments:
--type TYPE Area import type
Valid types are "bbs" and "na".
qwk-export arguments:
--user USER User in which to export for. Defaults to the SysOp.
--after TIMESTAMP Export only messages with a timestamp later than
TIMESTAMP.
`
};