NAME

My::Journal::Command::Menu

PURPOSE

A demonstration and test of overriding a built-in CLIF Menu command.

NOTES

This example replaces the built-in command menu. The particular replacement is not particularly useful, but shows how such a replacement could be done.

Note that overriding the menu command is a special case of overriding a built-in command and it is necessary that the overriding command inherit from the built-in menu class, CLI::Framework::Command::Menu.

This example merely changes the menu format.