<!--
   $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>

&sect.customize.command.recipes;
&sect.customize.command.admin.recipes;

</sect1>


</chapter>
