blob: 9bfdec67c95ef6acf8fd5819a52fd955880321ab (
plain)
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
|
MY-COMMAND(1)
NAME
my-command - A brief description
SYNOPSIS
my-command [--abc | --xyz] name
my-command [-f file]
my-command (-m | -M) [oldbranch] newbranch
my-command (-d | -D) [-r] branchname…
DESCRIPTION
A description of the command.
o One
o Sub one
o Sub two
o Two
o Three
OPTIONS
Command options
--foo-bar
Demo emphasis, strong, ~~strike~~
-p spec, --package spec
This has multiple flags.
named-arg…
A named argument.
Common Options
@filename
Load from filename.
--foo [bar]
Flag with optional value.
--foo[=bar]
Alternate syntax for optional value (with required = for
disambiguation).
EXAMPLES
1. An example
my-command --abc
2. Another example
my-command --xyz
SEE ALSO
other-command(1) abc(7)
|