blob: b9cfe4932c7345c7f086f58c16a13eb2afbe9aab (
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
|
<!--
$FML: chapter.command.sgml,v 1.4 2006/01/16 12:02:07 fukachan Exp $
$jaFML: chapter.command.sgml,v 1.1 2002/09/15 01:46:30 fukachan Exp $
-->
<chapter id="customize.command">
<title>
Extend Command
</title>
<sect1 id="customize.command.myproc">
<title>
Case Study: Create Your Own Help Command.
</title>
<para>
To extend help command of elena ML, create help.pm perl module at
<screen>
/var/spool/ml/elena/local/lib/FML/Command/User/help.pm
</screen>
In loading module, libraries under local/ path is preferred. So, this
help command is loaded for help command (FML::Command::User::help).
</para>
</sect1>
<sect1 id="customize.command.recipes">
<title>
Recipes
</title>
§.customize.command.recipes;
§.customize.command.admin.recipes;
</sect1>
</chapter>
|