ronn icon indicating copy to clipboard operation
ronn copied to clipboard

Date Command Line Option Not Honored

Open snunez1 opened this issue 10 years ago • 1 comments

Using --date YYYY-MM-DD for command line man page generation doesn't work.

snunez1 avatar Dec 31 '14 20:12 snunez1

Looks to me like it's working.

$ bin/ronn  test/basic_document.ronn --roff --pipe                                                                 master ◼
.\" generated with Ronn-NG/v0.8.0
.\" http://github.com/apjanke/ronn-ng/tree/0.8.0-SNAPSHOT
.
.TH "SIMPLE" "7" "December 2018" "" ""
.
.SH "NAME"
\fBsimple\fR \- a simple ron example
.
.P
This document created by ron\.
[~/local/repos/ronn-ng]
$ bin/ronn  test/basic_document.ronn --roff --pipe --date 1984-01-01                                               master ◼
.\" generated with Ronn-NG/v0.8.0
.\" http://github.com/apjanke/ronn-ng/tree/0.8.0-SNAPSHOT
.
.TH "SIMPLE" "7" "January 1984" "" ""
.
.SH "NAME"
\fBsimple\fR \- a simple ron example
.
.P
This document created by ron\.

Are you still having issues with this?

apjanke avatar Dec 25 '18 02:12 apjanke