1% <%= cmd.upcase %>(1) <%= cmd %> (vcflib) | <%= cmd %> (VCF <%= type %>)
2% Erik Garrison and vcflib contributors
3
4# NAME
5
6**<%= cmd %>**
7
8# SYNOPSIS
9
10<%= usage %>
11
12# DESCRIPTION
13
14<%= descr %>
15
16<% if has_options %>
17
18# OPTIONS
19
20```
21
22<%= body %>
23
24```
25
26<% end %>
27
28<% if has_example %>
29
30# EXAMPLES
31
32```
33
34<%= example %>
35
36```
37
38<% end %>
39
40# EXIT VALUES
41
42**0**
43: Success
44
45**not 0**
46: Failure
47
48# SEE ALSO
49
50<% if is_man %>
51
52**vcflib**(1)
53
54<% else %>
55
56[vcflib](./vcflib.md)(1)
57
58<% end %>
59
60# OTHER
61
62## Source code
63
64[<%= cmd %>.cpp](https://github.com/vcflib/vcflib/blob/master/src/<%= cmd %>.cpp)
65
66# LICENSE
67
68Copyright 2011-<%= year %> (C) Erik Garrison and vcflib contributors. MIT licensed.
69
70<!--
71  Created with ./scripts/bin2md.rb scripts/bin2md-template.erb
72-->
73