-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathgoopt-example.html
104 lines (69 loc) · 2.18 KB
/
goopt-example.html
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en-US" lang="en-US">
<head>
<title> Goopt example program </title>
</head>
<body>
<h1 id="iolaus">Goopt example program</h1>
<body>
<h1 align="center">goopt-example</h1>
<a href="#NAME">NAME</a><br>
<a href="#SYNOPSIS">SYNOPSIS</a><br>
<a href="#DESCRIPTION">DESCRIPTION</a><br>
<a href="#OPTIONS">OPTIONS</a><br>
<hr>
<h2>NAME
<a name="NAME"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em">goopt-example
− goopt demonstration program</p>
<h2>SYNOPSIS
<a name="SYNOPSIS"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em">goopt-example
[−v|−−verbose] [−−quiet]
[−−color|−−colour
[default|red|green|blue]] [−n|−−repeat 1]
[−u|−−user User] [−−child name
of child] [−−help]</p>
<h2>DESCRIPTION
<a name="DESCRIPTION"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em">Example program
for using the goopt flag library.</p>
<h2>OPTIONS
<a name="OPTIONS"></a>
</h2>
<p style="margin-left:11%; margin-top: 1em">−v,−−verbose</p>
<p style="margin-left:22%;">output verbosely</p>
<p style="margin-left:11%;">−−quiet</p>
<p style="margin-left:22%;">be quiet, instead</p>
<p style="margin-left:11%;">−−color,−−colour
[default|red|green|blue]</p>
<p style="margin-left:22%;">determine the color of the
output</p>
<p style="margin-left:11%;">−n,−−repeat
1</p>
<p style="margin-left:22%;">number of repetitions</p>
<p style="margin-left:11%;">−u,−−user
User</p>
<p style="margin-left:22%;">name of user</p>
<p style="margin-left:11%;">−−child name of
child</p>
<p style="margin-left:22%;">specify child of user</p>
<table width="100%" border="0" rules="none" frame="void"
cellspacing="0" cellpadding="0">
<tr valign="top" align="left">
<td width="11%"></td>
<td width="9%">
<p>−−help</p></td>
<td width="2%"></td>
<td width="27%">
<p>show usage message</p></td>
<td width="51%">
</td></tr>
</table>
<hr>
</body>
</html>