xaizek / uncov (License: AGPLv3+) (since 2018-12-07)
Uncov(er) is a tool that collects and processes code coverage reports.
Commit 6001b7c7b9867539c9153f41f824fcd2a0d1a72c

Make args in synopsis bold in the manual page
Author: xaizek
Author date (UTC): 2017-09-18 14:47
Committer name: xaizek
Committer date (UTC): 2017-09-18 14:47
Parent(s): ceff80d6cfc41ce95bdcfc53d16967158e9da115
Signing key: 99DC5E4DB05F6BE2
Tree: 21df2a77a3c77c386c3c589f1f96e9f07d244f67
File Lines added Lines deleted
docs/uncov.1 5 4
docs/uncov/02-synopsis.md 3 3
File docs/uncov.1 changed (mode: 100644) (index fd0f61c..8580cbf)
1 1 .\" Automatically generated by Pandoc 1.17.0.3 .\" Automatically generated by Pandoc 1.17.0.3
2 2 .\" .\"
3 .TH "uncov" "1" "September 15, 2017" "uncov v0.1" ""
3 .TH "uncov" "1" "September 18, 2017" "uncov v0.1" ""
4 4 .hy .hy
5 5 .SH NAME .SH NAME
6 6 .PP .PP
 
... ... uncov is a software development tool that collect and processes coverage
8 8 reports. reports.
9 9 .SH SYNOPSIS .SH SYNOPSIS
10 10 .PP .PP
11 \f[B]uncov\f[] \-h|\-\-help
11 \f[B]uncov\f[] \f[B]\-h|\-\-help\f[]
12 12 .PP .PP
13 \f[B]uncov\f[] \-v|\-\-version
13 \f[B]uncov\f[] \f[B]\-v|\-\-version\f[]
14 14 .PP .PP
15 \f[B]uncov\f[] [<repo\-path>] <subcommand> [<subcommand args>...]
15 \f[B]uncov\f[] \f[B][<repo\-path>]\f[] \f[B]<subcommand>\f[]
16 \f[B][<subcommand args>...]\f[]
16 17 .SH OPTIONS .SH OPTIONS
17 18 .SS \f[B]\-\-help, \-h\f[] .SS \f[B]\-\-help, \-h\f[]
18 19 .PP .PP
File docs/uncov/02-synopsis.md changed (mode: 100644) (index 44f689f..8b512bb)
1 1 SYNOPSIS SYNOPSIS
2 2 ======== ========
3 3
4 **uncov** -h|--help
4 **uncov** **-h|--help**
5 5
6 **uncov** -v|--version
6 **uncov** **-v|--version**
7 7
8 **uncov** [\<repo-path\>] \<subcommand\> [\<subcommand args\>...]
8 **uncov** **[\<repo-path\>]** **\<subcommand\>** **[\<subcommand args\>...]**
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/uncov

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/uncov

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master