Source for file Ethna_Plugin_Handle_Help.php
Documentation is available at Ethna_Plugin_Handle_Help.php
// vim: foldmethod=marker
* Ethna_Plugin_Handle_Help.php
* @author Tomoyuki MARUTA <maru_cc@users.sourceforge.jp>
* @license http://www.opensource.org/licenses/bsd-license.php The BSD License
// {{{ Ethna_Plugin_Handle_Help
* @author ICHII Takashi <ichii386@schweetheart.jp>
list
($opt_list, $arg_list) =
$r;
$handler_list =
$this->eh->getHandlerList();
printf("usage: ethna [option] [command] [args...]\n\n");
printf("available options are as follows:\n\n");
printf(" -v, --version show version and exit\n");
printf("\navailable commands are as follows:\n\n");
foreach ($handler_list as $handler) {
printf(" %s\n", $handler->getId());
$handler =
& $this->eh->getHandler($handle_name);
echo
$handler->getDescription();
* get handler's description
{
$this->id} [command_name]
ethna {
$this->id} [command_name]
Documentation generated on Fri, 11 Nov 2011 04:00:26 +0900 by phpDocumentor 1.4.3