1 | command HELP [<cmds>] |
---|
2 | ============ |
---|
3 | |
---|
4 | key: help utility |
---|
5 | |
---|
6 | Displays help information about seismhandler commands. It is |
---|
7 | possible to get a directory of all commands available (HELP/DIR), |
---|
8 | a command menu with short catchwords (HELP/KEY), a list of lines |
---|
9 | containing command verb and its parameters (HELP/CALL) or detailed |
---|
10 | information about one or more commands specified by <cmds> (without |
---|
11 | qualifier). |
---|
12 | |
---|
13 | parameters: |
---|
14 | |
---|
15 | <cmds> --- parameter type: string |
---|
16 | Name of command or wild card expression ("*" is wild card for |
---|
17 | arbitrary text). The HELP command without parameter is equivalent |
---|
18 | to the command "HELP/DIR *", it displays the directory of all |
---|
19 | help items available. |
---|
20 | |
---|
21 | qualifiers: |
---|
22 | |
---|
23 | /DIR |
---|
24 | Displays all command verbs matching the wild card expression <cmds>. |
---|
25 | The HELP command without any parameter is equivalent to "HELP/DIR *". |
---|
26 | |
---|
27 | /CALL |
---|
28 | Displays all commands matching the wild card expression <cmds> with |
---|
29 | their parameter lists (without description of parameters). |
---|
30 | |
---|
31 | /KEY |
---|
32 | Displays a menu of commands matching the wild card expression <cmds> |
---|
33 | with a very short description of the command. |
---|
34 | |
---|
35 | |
---|
36 | examples: |
---|
37 | |
---|
38 | HELP ! displays a list of all available command |
---|
39 | ! verbs |
---|
40 | |
---|
41 | HELP FILTER ! displays the whole information about the |
---|
42 | ! FILTER command |
---|
43 | |
---|
44 | HELP FIL* ! displays the whole information about all |
---|
45 | ! commands beginning with "FIL" |
---|
46 | |
---|
47 | HELP/KEY ! displays a list of all available command |
---|
48 | ! verbs with catch words |
---|
49 | |
---|
50 | HELP/KEY FIL* ! same as above restricted to commands |
---|
51 | ! beginning with "FIL" |
---|
52 | |
---|
53 | HELP/DIR FIL* ! list of all command verbs beginning with |
---|
54 | ! "FIL" |
---|
55 | |
---|
56 | HELP/DIR * ! equivalent to plain "HELP" |
---|
57 | |
---|
58 | HELP/CALL ! displays all available commands with |
---|
59 | ! parameter list |
---|
60 | |
---|
61 | HELP/CALL FIL* ! displays commands beginning with "FIL" |
---|
62 | ! with parameter list |
---|
63 | |
---|