rnpgp / sexpp

C++ Library for SEXP (S-expressions)
Other
7 stars 4 forks source link

Add a manpage for the sexp CLI #40

Closed dkg closed 1 year ago

dkg commented 1 year ago

This is simple nroff format, written by hand from the -h output of sexp, so it can be shipped without worrying about any conversion utilities.

For future ease of maintenance, you might want to consider deriving the -h output, the argument parsing code, and the manpage all from the same source, so that a change in the command line interface can be done in a single location.

however, that kind of change is much more heavyweight and it probably depends on your preferred tooling, so i'm offering this simpler approach in the meantime.

Closes: #39

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (55dd146) 99.70% compared to head (3bc0906) 99.70%.

:exclamation: Current head 3bc0906 differs from pull request most recent head 53f37df. Consider uploading reports for the commit 53f37df to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #40 +/- ## ======================================= Coverage 99.70% 99.70% ======================================= Files 10 10 Lines 689 689 ======================================= Hits 687 687 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.