File: gmt-example-1.pod

package info (click to toggle)
libgenome-perl 0.06-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 328 kB
  • sloc: perl: 848; makefile: 21
file content (69 lines) | stat: -rw-r--r-- 872 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69


=pod

=head1 NAME

gmt example-1 - WRITE A ONE-LINE DESCRIPTION HERE

=head1 SYNOPSIS

gmt example-1 --foo=? --infiles=?[,?] --outfiles=?[,?] [--bar] [BARE-ARGS]

gmt example1 --bar
gmt example1 --foo=hello
gmt example1 --foo=goodbye --bar
gmt example1 --foo=hello barearg1 barearg2 barearg3
gmt example1 --infiles=a,b,c --outfiles=d,e,f 



=head1 REQUIRED ARGUMENTS

=over


=item foo  I<Text>

some foozy thing

=item infiles  I<Text>

this is a list of values

=item outfiles  I<Text>

also a list of values


=back

=head1 OPTIONAL ARGUMENTS

=over


=item bar  I<Boolean>

a flag to turn on and off

=item nobar  I<Boolean>

Make bar 'false'

=item BARE-ARGS  I<Text>

list of bare arguments


=back

=head1 DESCRIPTION:

  This is a dummy command.  Copy, paste and modify the module! 
  CHANGE THIS BLOCK OF TEXT IN THE MODULE TO CHANGE THE HELP OUTPUT.



=cut