[DRE-commits] [ruby-lemon] 01/01: Add manpage

Tim Potter tpot-guest at moszumanska.debian.org
Tue Sep 23 04:15:59 UTC 2014


This is an automated email from the git hooks/post-receive script.

tpot-guest pushed a commit to branch master
in repository ruby-lemon.

commit 9da83cc3edf9474b8599f92539765b1d874786a2
Author: Tim Potter <tpot at hp.com>
Date:   Tue Sep 23 14:15:46 2014 +1000

    Add manpage
---
 debian/lemons.1            | 39 +++++++++++++++++++++++++++++++++++++++
 debian/ruby-lemon.manpages |  1 +
 2 files changed, 40 insertions(+)

diff --git a/debian/lemons.1 b/debian/lemons.1
new file mode 100644
index 0000000..24cd4ab
--- /dev/null
+++ b/debian/lemons.1
@@ -0,0 +1,39 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" (C) Copyright 2014 Tim Potter <tpot at hp.com>
+.\"
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH "LEMONS" "1" "July 25, 2014"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+lemons \- run tests using the Lemon unit testing framework
+.SH SYNOPSIS
+.B lemons
+.RI command " files" ...
+.SH DESCRIPTION
+\fBlemons\fP is a program that executes tests written using the Lemon unit testing framework.
+.SH COMMANDS
+.TP
+.B t, test, run
+Execute tests
+.TP
+.B g, gen, generate, generator
+Generate test templates
+.TP
+.B s, sca, scaffold
+Generate test scaffolding
+.TP
+.B c, cov, cover, coverate
+Generate code coverage reports
diff --git a/debian/ruby-lemon.manpages b/debian/ruby-lemon.manpages
new file mode 100644
index 0000000..b96973b
--- /dev/null
+++ b/debian/ruby-lemon.manpages
@@ -0,0 +1 @@
+debian/lemons.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-lemon.git



More information about the Pkg-ruby-extras-commits mailing list